summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Transforms/LoopInvariantCodeMotion.cpp
Commit message (Expand)AuthorAgeFilesLines
* Globally change load/store/dma_start/dma_wait operations over to affine.load/...Andy Davis2019-07-031-6/+8
* NFC: Rename FuncBuilder to OpBuilder and refactor to take a top level region ...River Riddle2019-06-091-1/+1
* Loop invariant code motion - remove reliance on getForwardSlice. Add more...Amit Sabne2019-06-011-22/+151
* Replace Operation::isa with llvm::isa.River Riddle2019-05-201-2/+2
* Cleanups and simplifications to code, noticed by inspection. NFC.Chris Lattner2019-05-201-17/+7
* Prepend an "affine-" prefix to Affine pass option names - NFCNicolas Vasilache2019-05-061-1/+1
* Fix LLVM_DEBUG instancesAmit Sabne2019-04-181-7/+7
* Loop invariant code motion.Amit Sabne2019-04-181-0/+130
OpenPOWER on IntegriCloud