llvm-project/mlir/test/AffineOps
River Riddle 2b61b7979e Convert the Canonicalize and CSE passes to generic Operation Passes.
This allows for them to be used on other non-function, or even other function-like, operations. The algorithms are already generic, so this is simply changing the derived pass type. The majority of this change is just ensuring that the nesting of these passes remains the same, as the pass manager won't auto-nest them anymore.

PiperOrigin-RevId: 276573038
2019-10-24 15:01:09 -07:00
..
canonicalize.mlir Convert the Canonicalize and CSE passes to generic Operation Passes. 2019-10-24 15:01:09 -07:00
dma.mlir Standardize the value numbering in the AsmPrinter. 2019-07-09 10:41:00 -07:00
inlining.mlir Add support for canonicalizing callable regions during inlining. 2019-10-10 17:06:33 -07:00
invalid.mlir Emit an error for missing '[' when parsing an AffineMapOfSSAIds. 2019-07-22 15:06:44 -07:00
load-store-invalid.mlir Verify that affine.load/store/dma_start/dma_wait operands are valid dimension or symbol identifiers. 2019-07-27 08:20:38 -07:00
load-store.mlir Fix verification of zero-dim memref in affine.load/affine.store/std.load/std.store 2019-08-07 10:31:49 -07:00
memref-stride-calculation.mlir Add syntactic sugar for strided memref parsing. 2019-10-03 12:34:36 -07:00
ops.mlir Fix typo in test/AffineOps/ops.mlir 2019-09-15 09:06:39 -07:00