llvm-project/mlir/lib/Transforms
Stella Laurenzo 1a2ad06bae Fix lingering sign compare warnings in exposed by "ninja check-mlir".
--

PiperOrigin-RevId: 248050178
2019-05-20 13:41:11 -07:00
..
Utils Factor out loop interchange code from LoopFusion into LoopUtils (NFC). 2019-05-20 13:38:12 -07:00
Vectorization Replace Operation::isa with llvm::isa. 2019-05-20 13:37:52 -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 Remove unused function and avoid unused variable warning. NFC. 2019-05-20 13:40:23 -07:00
LoopFusion.cpp Fix lingering sign compare warnings in exposed by "ninja check-mlir". 2019-05-20 13:41:11 -07:00
LoopInvariantCodeMotion.cpp Replace Operation::isa with llvm::isa. 2019-05-20 13:37:52 -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::isa with llvm::isa. 2019-05-20 13:37:52 -07:00
LoopUnrollAndJam.cpp Replace Operation::isa with llvm::isa. 2019-05-20 13:37:52 -07:00
LowerAffine.cpp Replace Operation::isa with llvm::isa. 2019-05-20 13:37:52 -07:00
LowerVectorTransfers.cpp Replace Operation::cast with llvm::cast. 2019-05-20 13:37:42 -07:00
MaterializeVectors.cpp Replace Operation::isa with llvm::isa. 2019-05-20 13:37:52 -07:00
MemRefDataFlowOpt.cpp Replace Operation::isa with llvm::isa. 2019-05-20 13:37:52 -07:00
PipelineDataTransfer.cpp Replace Operation::isa with llvm::isa. 2019-05-20 13:37:52 -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::isa with llvm::isa. 2019-05-20 13:37:52 -07:00
ViewFunctionGraph.cpp Remove extra qualification 2019-03-29 17:52:36 -07:00