llvm-project/mlir/lib/Dialect/Linalg/Transforms
Kazu Hirata 192d9dd731 [mlir] Use std::nullopt instead of None in comments (NFC)
This is part of an effort to migrate from llvm::Optional to
std::optional:

https://discourse.llvm.org/t/deprecating-llvm-optional-x-hasvalue-getvalue-getvalueor/63716
2022-12-04 19:58:32 -08:00
..
BubbleUpExtractSlice.cpp [mlir] Remove clone methods from DPS interface. 2022-11-23 19:25:26 +01:00
BufferizableOpInterfaceImpl.cpp [mlir] Remove clone methods from DPS interface. 2022-11-23 19:25:26 +01:00
Bufferize.cpp [MLIR] Update pass declarations to new autogenerated files 2022-08-31 12:28:45 +02:00
CMakeLists.txt [mlir][linalg] Add a new pattern to handle folding unit reduction dims. 2022-11-28 14:14:43 -08:00
ConstantFold.cpp [mlir] Use std::nullopt instead of None (NFC) 2022-12-03 18:50:27 -08:00
DecomposeLinalgOps.cpp [mlir][Linalg] Move patterns to remove dead arguments and results out of canonicalization. 2022-11-16 16:00:43 +00:00
Detensorize.cpp [mlir] Simplify DestinationStyleOpInterface. 2022-10-17 12:43:41 +02:00
DropUnitDims.cpp [mlir] Use std::nullopt instead of None (NFC) 2022-12-03 18:50:27 -08:00
ElementwiseOpFusion.cpp [mlir] Use std::nullopt instead of None in comments (NFC) 2022-12-04 19:58:32 -08:00
ElementwiseToLinalg.cpp Revert "Revert "[mlir][linalg] Replace "string" iterator_types attr with enums in LinalgInterface."" 2022-11-11 10:54:08 +01:00
EraseUnusedOperandsAndResults.cpp [mlir][Linalg] Move patterns to remove dead arguments and results out of canonicalization. 2022-11-16 16:00:43 +00:00
FusePadOpWithLinalgProducer.cpp [mlir] Rename getInputs->getDpsInputs and getOutputs->getDpsInits in DPS interface. 2022-10-28 15:41:12 +02:00
Fusion.cpp [mlir] Remove clone methods from DPS interface. 2022-11-23 19:25:26 +01:00
FusionOnTensors.cpp [mlir] Remove clone methods from DPS interface. 2022-11-23 19:25:26 +01:00
Generalization.cpp Revert "Revert "[mlir][linalg] Replace "string" iterator_types attr with enums in LinalgInterface."" 2022-11-11 10:54:08 +01:00
HoistPadding.cpp [mlir] Factor more common utils to IndexingUtils 2022-12-02 13:27:01 -08:00
Hoisting.cpp mlir/linalg: use std::optional 2022-11-27 13:32:20 -08:00
InlineScalarOperands.cpp [mlir] Rename getInputs->getDpsInputs and getOutputs->getDpsInits in DPS interface. 2022-10-28 15:41:12 +02:00
Interchange.cpp [mlir][NFC] Remove unnecessary attr name getters from StructuredOpsUtils.h. 2022-11-07 14:40:56 +01:00
Loops.cpp [mlir] Rename getInputs->getDpsInputs and getOutputs->getDpsInits in DPS interface. 2022-10-28 15:41:12 +02:00
NamedOpConversions.cpp [mlir] Rename getInputs->getDpsInputs and getOutputs->getDpsInits in DPS interface. 2022-10-28 15:41:12 +02:00
Promotion.cpp [mlir] Use std::nullopt instead of None (NFC) 2022-12-03 18:50:27 -08:00
Split.cpp [mlir][interfaces] Remove getDestinationOperands from TilingInterface 2022-10-24 09:26:19 +02:00
SplitReduction.cpp [mlir][linalg] Changing the positions of introduced parallel loop in SplitReduction to be consistent with IREE's downstream passes 2022-11-30 04:01:07 +00:00
SwapExtractSliceWithFillPatterns.cpp [mlir][linalg] Swap tensor.extract_slice(linalg.fill) 2022-09-20 17:31:22 -04:00
Tiling.cpp [mlir] Use std::nullopt instead of None (NFC) 2022-12-03 18:50:27 -08:00
TilingInterfaceImpl.cpp [mlir] Remove clone methods from DPS interface. 2022-11-23 19:25:26 +01:00
Transforms.cpp [MLIR] Adopt `DenseI64ArrayAttr` in tensor, memref and linalg transform 2022-11-25 09:43:30 +01:00
Vectorization.cpp [mlir] Use std::nullopt instead of None (NFC) 2022-12-03 18:50:27 -08:00