summaryrefslogtreecommitdiffstats
path: root/mlir/test/Transforms/memref-bound-check.mlir
Commit message (Expand)AuthorAgeFilesLines
* [mlir] Change the syntax of AffineMapAttr and IntegerSetAttr to avoid conflic...River Riddle2020-01-131-47/+47
* Standardize the value numbering in the AsmPrinter.River Riddle2019-07-091-4/+4
* Globally change load/store/dma_start/dma_wait operations over to affine.load/...Andy Davis2019-07-031-38/+38
* Rename -verify mlir-opt flag to -verify-expected-diagnosticsGeoffrey Martin-Noble2019-06-191-1/+1
* Fix CHECK-EMPTY directives without trailing colonSmit Hinsu2019-04-181-2/+1
* NFC: Rename the 'for' operation in the AffineOps dialect to 'affine.for' and ...River Riddle2019-03-291-25/+25
* Fix misc bugs / TODOs / other improvements to analysis utilsUday Bondhugula2019-03-291-0/+19
* Set the namespace of the StandardOps dialect to "std", but add a special case...River Riddle2019-03-291-18/+18
* Analysis support for floordiv/mod's in loop bounds/Uday Bondhugula2019-03-291-0/+46
* Change some of the debug messages to use emitError / emitWarning / emitNote -...Uday Bondhugula2019-03-291-0/+1
* Detect more trivially redundant constraints betterUday Bondhugula2019-03-291-0/+24
* Automated rollback of changelist 232717775.Uday Bondhugula2019-03-291-16/+16
* NFC: Rename the 'for' operation in the AffineOps dialect to 'affine.for'. The...River Riddle2019-03-291-16/+16
* NFC: Rename affine_apply to affine.apply. This is the first step to adding a ...River Riddle2019-03-291-32/+32
* Incremental progress to move the testsuite towards single-result affine_applyChris Lattner2019-03-291-28/+43
* Fix affine expr flattener bug + improve simplification in a particular scenarioUday Bondhugula2019-03-291-0/+12
* Fix 0-d memref corner case for getMemRefRegion()Uday Bondhugula2019-03-291-0/+8
* Eliminate extfunc/cfgfunc/mlfunc as a concept, and just use 'func' instead.Chris Lattner2019-03-291-16/+16
* 'memref-bound-check': extend to store op's as wellUday Bondhugula2019-03-291-3/+3
* Expression flattening improvement - reuse local expressions.Uday Bondhugula2019-03-291-1/+33
* FlatAffineConstraints - complete TODOs: add method to remove duplicate /Uday Bondhugula2019-03-291-0/+36
* FlatAffineConstraints::composeMap: return failure instead of asserting on sem...Uday Bondhugula2019-03-291-0/+10
* Automatic DMA generation for simple cases.Uday Bondhugula2019-03-291-7/+7
* Complete memref bound checker for arbitrary affine expressions. Handle localUday Bondhugula2019-03-291-0/+46
* Introduce memref bound checking.Uday Bondhugula2019-03-291-0/+38
OpenPOWER on IntegriCloud