llvm-project/mlir/lib/Transforms
MaheshRavishankar 04f2b717d2 [mlir] Fix unsafe create operation in GreedyPatternRewriter
When trying to fold an operation during operation creation check that
the operation folding succeeds before inserting the op.

Differential Revision: https://reviews.llvm.org/D76415
2020-03-23 11:50:40 -07:00
..
Utils [mlir] Fix unsafe create operation in GreedyPatternRewriter 2020-03-23 11:50:40 -07:00
CMakeLists.txt [MLIR][NFC] Move some of the affine transforms / tests to dialect dirs 2020-03-23 08:25:07 +05:30
CSE.cpp [mlir][SideEffects] Replace HasNoSideEffect with the memory effect interfaces. 2020-03-12 14:26:15 -07:00
Canonicalizer.cpp Mass update the MLIR license header to mention "Part of the LLVM project" 2020-01-26 03:58:30 +00:00
DialectConversion.cpp [mlir][DialectConversion] Print the operation being legalized if it has no regions 2020-03-17 21:05:58 -07:00
Inliner.cpp [mlir] Add support for detecting single use callables in the Inliner. 2020-03-18 13:10:41 -07:00
LocationSnapshot.cpp [mlir] Add support for generating debug locations from intermediate levels of the IR. 2020-02-08 15:11:29 -08:00
LoopCoalescing.cpp [mlir][NFC] Removed unnecessary StandardOp includes 2020-03-12 18:31:09 -07:00
LoopFusion.cpp [mlir][NFC] Cleanup AffineOps directory structure 2020-03-20 14:23:43 -07:00
LoopInvariantCodeMotion.cpp [mlir][NFC] Move the LoopLike interface out of Transforms/ and into Interfaces/ 2020-03-14 13:37:56 -07:00
MemRefDataFlowOpt.cpp [mlir][NFC] Cleanup AffineOps directory structure 2020-03-20 14:23:43 -07:00
OpStats.cpp Remove static registration for dialects, and the "alwayslink" hack for passes 2020-02-12 09:13:02 +00:00
PipelineDataTransfer.cpp [mlir][NFC] Cleanup AffineOps directory structure 2020-03-20 14:23:43 -07:00
StripDebugInfo.cpp [mlir] Add support for basic location translation to LLVM. 2020-02-05 17:41:51 -08:00
SymbolDCE.cpp [mlir] Add a DCE pass for dead symbols. 2020-01-27 23:29:30 -08:00
ViewOpGraph.cpp Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
ViewRegionGraph.cpp Mass update the MLIR license header to mention "Part of the LLVM project" 2020-01-26 03:58:30 +00:00