summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Transforms/Utils/LoopFusionUtils.cpp
Commit message (Expand)AuthorAgeFilesLines
* [mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...River Riddle2020-01-111-2/+2
* NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.River Riddle2019-12-231-5/+5
* Adjust License.txt file to use the LLVM licenseMehdi Amini2019-12-231-13/+4
* NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to V...River Riddle2019-12-221-8/+8
* Fix typos, NFC.Christian Sigg2019-10-041-1/+1
* NFC - clean up op accessor usage, std.load/store op verify, other stale infoUday Bondhugula2019-09-271-3/+3
* Add support for early exit walk methods.River Riddle2019-08-301-11/+13
* Refactor the 'walk' methods for operations.River Riddle2019-08-291-1/+1
* NFC: Move AffineOps dialect to the Dialect sub-directory.River Riddle2019-08-201-1/+1
* NFC: Move LLVMIR, SDBM, and StandardOps to the Dialect/ directory.River Riddle2019-08-191-1/+1
* Rename FunctionAttr to SymbolRefAttr.River Riddle2019-07-121-0/+1
* NFC: Remove Region::getContainingFunction as Functions are now Operations.River Riddle2019-07-041-1/+1
* Globally change load/store/dma_start/dma_wait operations over to affine.load/...Andy Davis2019-07-031-8/+8
* Factor fusion compute cost calculation out of LoopFusion and into LoopFusionU...Andy Davis2019-06-191-0/+234
* LoopFusion: adds support for computing forward computation slices, which will...Andy Davis2019-06-191-15/+22
* LoopFusionUtils CL 2/n: Factor out and generalize slice union computation.Andy Davis2019-06-011-7/+50
* Affine Loop Fusion Utility Module (1/n).Andy Davis2019-06-011-0/+202
OpenPOWER on IntegriCloud