Files
clang-p2996/mlir/lib/Dialect/MemRef
Benjamin Maxwell 90d2f8c630 [mlir][vector] Teach TransferOptimization to look through trivial aliases (#87805)
This allows `TransferOptimization` to eliminate and forward stores that
are to trivial aliases (rather than just to identical memref values).

A trivial aliases is (currently) defined as:

  1. A `memref.cast`
  2. A `memref.subview` with a zero offset and unit strides
  3. A chain of 1 and 2
2024-05-16 10:53:14 +01:00
..