summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Transforms/LoopFusion.cpp
Commit message (Expand)AuthorAgeFilesLines
* Introduce memref store to load forwarding - a simple memref dataflow analysisUday Bondhugula2019-03-291-39/+4
* Extend InstVisitor and Walker to handle arbitrary CFG functions, expand theChris Lattner2019-03-291-1/+6
* Standardize naming of statements -> instructions, revisting the code base to beChris Lattner2019-03-291-90/+90
* Rename BasicBlock and StmtBlock to Block, and make a pass cleaning it up. I ...Chris Lattner2019-03-291-1/+1
* Eliminate the using decls for MLFunction and CFGFunction standardizing onChris Lattner2019-03-291-7/+7
* Merge Operation into OperationInst and standardize nomenclature aroundChris Lattner2019-03-291-14/+14
* Merge SSAValue, CFGValue, and MLValue together into a single Value class, whichChris Lattner2019-03-291-20/+19
* Refactor MLFunction to contain a StmtBlock for its body instead of inheritingChris Lattner2019-03-291-1/+1
* Computation slice update: adds parameters to insertBackwardComputationSlice w...MLIR Team2019-03-291-1/+35
* Improve loop fusion algorithm by using a memref dependence graph.MLIR Team2019-03-291-252/+342
* Loop Fusion pass update: introduce utilities to perform generalized loop fusi...MLIR Team2019-03-291-157/+340
* Adds support for returning the direction of the dependence between memref acc...MLIR Team2019-03-291-2/+6
* Initialize Pass with PassID.Jacques Pienaar2019-03-291-1/+1
* Add static pass registrationJacques Pienaar2019-03-291-0/+5
* Adds a dependence check to test whether two accesses to the same memref acces...MLIR Team2019-03-291-0/+244
OpenPOWER on IntegriCloud