llvm-project/mlir/lib/Transforms
River Riddle 0310d49f46 Move the success/failure functions out of LogicalResult and into the mlir namespace.
PiperOrigin-RevId: 237712180
2019-03-29 17:10:21 -07:00
..
Utils Move the success/failure functions out of LogicalResult and into the mlir namespace. 2019-03-29 17:10:21 -07:00
Vectorization Change Pass:getFunction() to return pointer instead of ref - NFC 2019-03-29 16:58:35 -07:00
CSE.cpp NFC: Remove 'Result' from the analysis manager api to better reflect the implementation. There is no distinction between analysis computation and result. 2019-03-29 17:02:12 -07:00
Canonicalizer.cpp Change Pass:getFunction() to return pointer instead of ref - NFC 2019-03-29 16:58:35 -07:00
ConstantFold.cpp Change Pass:getFunction() to return pointer instead of ref - NFC 2019-03-29 16:58:35 -07:00
DialectConversion.cpp Move the success/failure functions out of LogicalResult and into the mlir namespace. 2019-03-29 17:10:21 -07:00
DmaGeneration.cpp Convert ambiguous bool returns in /Analysis to use Status instead. 2019-03-29 17:06:21 -07:00
LoopFusion.cpp Add a basic model to set tile sizes + some cleanup 2019-03-29 17:06:51 -07:00
LoopTiling.cpp Move the success/failure functions out of LogicalResult and into the mlir namespace. 2019-03-29 17:10:21 -07:00
LoopUnroll.cpp Rename Status to LogicalResult to avoid conflictions with the Status in xla/tensorflow/etc. 2019-03-29 17:08:50 -07:00
LoopUnrollAndJam.cpp Move the success/failure functions out of LogicalResult and into the mlir namespace. 2019-03-29 17:10:21 -07:00
LowerAffine.cpp Change Pass:getFunction() to return pointer instead of ref - NFC 2019-03-29 16:58:35 -07:00
LowerVectorTransfers.cpp Change Pass:getFunction() to return pointer instead of ref - NFC 2019-03-29 16:58:35 -07:00
MaterializeVectors.cpp Change Pass:getFunction() to return pointer instead of ref - NFC 2019-03-29 16:58:35 -07:00
MemRefDataFlowOpt.cpp NFC: Remove 'Result' from the analysis manager api to better reflect the implementation. There is no distinction between analysis computation and result. 2019-03-29 17:02:12 -07:00
PipelineDataTransfer.cpp Move UtilResult into the Support directory and rename it to Status. Status provides an unambiguous way to specify success/failure results. These can be generated by 'Status::success()' and Status::failure()'. Status provides no implicit conversion to bool and should be consumed by one of the following utility functions: 2019-03-29 17:04:19 -07:00
SimplifyAffineStructures.cpp Change Pass:getFunction() to return pointer instead of ref - NFC 2019-03-29 16:58:35 -07:00
StripDebugInfo.cpp Change Pass:getFunction() to return pointer instead of ref - NFC 2019-03-29 16:58:35 -07:00
Vectorize.cpp Change Pass:getFunction() to return pointer instead of ref - NFC 2019-03-29 16:58:35 -07:00
ViewFunctionGraph.cpp Change Pass:getFunction() to return pointer instead of ref - NFC 2019-03-29 16:58:35 -07:00