summaryrefslogtreecommitdiffstats
path: root/mlir/test/Transforms/memref-dataflow-opt.mlir
Commit message (Expand)AuthorAgeFilesLines
* [mlir] Change the syntax of AffineMapAttr and IntegerSetAttr to avoid conflic...River Riddle2020-01-131-11/+11
* Upgrade/fix/simplify store to load forwardingUday Bondhugula2019-09-211-0/+33
* Standardize the value numbering in the AsmPrinter.River Riddle2019-07-091-36/+36
* Globally change load/store/dma_start/dma_wait operations over to affine.load/...Andy Davis2019-07-031-41/+41
* Remove unnecessary -verify-diagnosticsGeoffrey Martin-Noble2019-06-191-1/+1
* Rename -verify mlir-opt flag to -verify-expected-diagnosticsGeoffrey Martin-Noble2019-06-191-1/+1
* NFC: Rename the 'for' operation in the AffineOps dialect to 'affine.for' and ...River Riddle2019-03-291-31/+31
* Automated rollback of changelist 232717775.Uday Bondhugula2019-03-291-31/+31
* NFC: Rename the 'for' operation in the AffineOps dialect to 'affine.for'. The...River Riddle2019-03-291-31/+31
* NFC: Rename affine_apply to affine.apply. This is the first step to adding a ...River Riddle2019-03-291-10/+10
* Update tests using affine maps to not rely on specific map numbers in the out...River Riddle2019-03-291-5/+11
* More updates of tests to move towards single result affine maps.Chris Lattner2019-03-291-7/+11
* Extend loop-fusion's slicing utility + other fixes / updatesUday Bondhugula2019-03-291-1/+1
* Eliminate extfunc/cfgfunc/mlfunc as a concept, and just use 'func' instead.Chris Lattner2019-03-291-19/+19
* Introduce memref store to load forwarding - a simple memref dataflow analysisUday Bondhugula2019-03-291-0/+239
OpenPOWER on IntegriCloud