llvm-project/mlir/lib/Transforms
River Riddle adca3c2edc Replace Operation::cast with llvm::cast.
--

PiperOrigin-RevId: 247785983
2019-05-20 13:37:42 -07:00
..
Utils Replace Operation::cast with llvm::cast. 2019-05-20 13:37:42 -07:00
Vectorization Replace Operation::cast with llvm::cast. 2019-05-20 13:37:42 -07:00
CMakeLists.txt Parsing support for Range, View and Slice operations 2019-05-06 08:20:55 -07:00
CSE.cpp Replace usages of Instruction with Operation in the Transforms/ directory. 2019-03-29 17:47:26 -07:00
Canonicalizer.cpp Simplify API uses of `getContext()` (NFC) 2019-03-29 17:47:11 -07:00
DialectConversion.cpp Simplify the emission of various diagnostics created in Analysis/ and Transforms/ by using the new diagnostic infrastructure. 2019-05-10 19:23:07 -07:00
DmaGeneration.cpp Add support for using llvm::dyn_cast/cast/isa for operation casts and replace usages of Operation::dyn_cast with llvm::dyn_cast. 2019-05-20 13:37:31 -07:00
LoopFusion.cpp Replace Operation::cast with llvm::cast. 2019-05-20 13:37:42 -07:00
LoopInvariantCodeMotion.cpp Cleanups and simplifications to code, noticed by inspection. NFC. 2019-05-20 13:36:17 -07:00
LoopTiling.cpp Add support for using llvm::dyn_cast/cast/isa for operation casts and replace usages of Operation::dyn_cast with llvm::dyn_cast. 2019-05-20 13:37:31 -07:00
LoopUnroll.cpp Replace Operation::cast with llvm::cast. 2019-05-20 13:37:42 -07:00
LoopUnrollAndJam.cpp Replace Operation::cast with llvm::cast. 2019-05-20 13:37:42 -07:00
LowerAffine.cpp Replace Operation::cast with llvm::cast. 2019-05-20 13:37:42 -07:00
LowerVectorTransfers.cpp Replace Operation::cast with llvm::cast. 2019-05-20 13:37:42 -07:00
MaterializeVectors.cpp Replace Operation::cast with llvm::cast. 2019-05-20 13:37:42 -07:00
MemRefDataFlowOpt.cpp Replace Operation::cast with llvm::cast. 2019-05-20 13:37:42 -07:00
PipelineDataTransfer.cpp Replace Operation::cast with llvm::cast. 2019-05-20 13:37:42 -07:00
SimplifyAffineStructures.cpp rename -memref-dependence-check to -test-memref-dependence-check since it 2019-05-20 13:36:38 -07:00
StripDebugInfo.cpp Replace usages of Instruction with Operation in the Transforms/ directory. 2019-03-29 17:47:26 -07:00
TestConstantFold.cpp Add support for using llvm::dyn_cast/cast/isa for operation casts and replace usages of Operation::dyn_cast with llvm::dyn_cast. 2019-05-20 13:37:31 -07:00
Vectorize.cpp Replace Operation::cast with llvm::cast. 2019-05-20 13:37:42 -07:00
ViewFunctionGraph.cpp Remove extra qualification 2019-03-29 17:52:36 -07:00