llvm-project/mlir/test/Transforms
Uday Bondhugula 294687ef59 Fix affine expr flattener bug introduced by cl/225452174.
- inconsistent local var constraint size when repeatedly using the same
  flattener for all expressions in a map.

PiperOrigin-RevId: 227067836
2019-03-29 14:40:37 -07:00
..
Vectorize SuperVectorization: fix 'isa' assertion 2019-03-29 14:37:20 -07:00
canonicalize.mlir Automated rollback of changelist 221863955. 2019-03-29 14:04:05 -07:00
compose-affine-maps.mlir During forward substitution, merge symbols from input AffineMap with the symbol list of the target AffineMap. 2019-03-29 14:16:40 -07:00
constant-fold.mlir Rename affineint type to index type. The name 'index' may not be perfect, but is better than the old name. Here is some justification: 2019-03-29 13:24:16 -07:00
convert2cfg.mlir ConvertToCFG: use affine_apply to implement loop steps 2019-03-29 14:26:22 -07:00
cse.mlir Add a simple common sub expression elimination pass. 2019-03-29 14:14:28 -07:00
dma-generate.mlir Update / complete a TODO for addBoundsForForStmt 2019-03-29 14:32:31 -07:00
loop-fusion.mlir Computation slice update: adds parameters to insertBackwardComputationSlice which specify the source loop nest depth at which to perform iteration space slicing, and the destination loop nest depth at which to insert the compution slice. 2019-03-29 14:35:03 -07:00
loop-tiling.mlir Extend loop tiling utility to handle non-constant loop bounds and bounds that 2019-03-29 14:23:34 -07:00
lower-affine-apply.mlir Rename Deaffinator to LowerAffineApply and patch it. 2019-03-29 14:08:59 -07:00
memref-bound-check.mlir 'memref-bound-check': extend to store op's as well 2019-03-29 14:29:13 -07:00
memref-dependence-check.mlir Fix affine expr flattener bug introduced by cl/225452174. 2019-03-29 14:40:37 -07:00
pipeline-data-transfer.mlir Update/Fix LoopUtils::stmtBodySkew to handle loop step. 2019-03-29 14:25:07 -07:00
simplify.mlir Expression flattening improvement - reuse local expressions. 2019-03-29 14:28:13 -07:00
slicing_utils.mlir [MLIR][Slicing] Add utils for computing slices. 2019-03-29 14:08:02 -07:00
unroll-jam.mlir [MLIR] Make upper bound implementation exclusive 2019-03-29 13:49:49 -07:00
unroll.mlir Fix loop unrolling test cases 2019-03-29 14:26:56 -07:00