summaryrefslogtreecommitdiffstats
path: root/mlir/test/Transforms/lower-affine.mlir
Commit message (Expand)AuthorAgeFilesLines
* [mlir] Change the syntax of AffineMapAttr and IntegerSetAttr to avoid conflic...River Riddle2020-01-131-17/+17
* Add integer bit-shift operations to the standard dialect.Manuel Freiberger2019-12-221-3/+3
* Introduce prefetch op: affine -> std -> llvm intrinsicUday Bondhugula2019-12-181-0/+13
* Try to fold operations in DialectConversion when trying to legalize.River Riddle2019-12-131-24/+9
* Correctly parse empty affine maps.MLIR Team2019-11-201-0/+9
* Lower affine control flow to std control flow to LLVM dialectNicolas Vasilache2019-07-121-384/+268
* Standardize the value numbering in the AsmPrinter.River Riddle2019-07-091-315/+315
* Add affine-to-standard lowerings for affine.load/store/dma_start/dma_wait.Andy Davis2019-07-011-0/+62
* Replace remaining usages of the Instruction class with Operation.River Riddle2019-03-291-1/+1
* NFC: Rename the 'for' operation in the AffineOps dialect to 'affine.for' and ...River Riddle2019-03-291-14/+14
* NFC: Rename the 'if' operation in the AffineOps dialect to 'affine.if'.River Riddle2019-03-291-9/+9
* Automated rollback of changelist 232728977.Uday Bondhugula2019-03-291-9/+9
* Add verification for AffineApply/AffineFor/AffineIf dimension and symbol oper...River Riddle2019-03-291-1/+1
* Automated rollback of changelist 232717775.Uday Bondhugula2019-03-291-14/+14
* Rename the 'if' operation in the AffineOps dialect to 'affine.if' and namespaceRiver Riddle2019-03-291-9/+9
* NFC: Rename the 'for' operation in the AffineOps dialect to 'affine.for'. The...River Riddle2019-03-291-14/+14
* NFC: Rename affine_apply to affine.apply. This is the first step to adding a ...River Riddle2019-03-291-13/+13
* Incremental progress to move the testsuite towards single-result affine_applyChris Lattner2019-03-291-11/+0
* Implement branch-free single-division lowering of affine division/remainderAlex Zinenko2019-03-291-0/+72
* Merge LowerAffineApplyPass into LowerIfAndForPass, rename to LowerAffinePassAlex Zinenko2019-03-291-0/+578
OpenPOWER on IntegriCloud