diff options
author | Benjamin Maxwell <benjamin.maxwell@arm.com> | 2024-05-16 10:53:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-16 10:53:14 +0100 |
commit | 90d2f8c630e1ddddd034e4a0e575929c08dd26bf (patch) | |
tree | bfef7bf04ae8897f916516b54f192ebd60e54ddb /lldb/packages/Python/lldbsuite/test/configuration.py | |
parent | cfcbe3ae55144635cac4ab00c017e3e93dad1c4b (diff) | |
download | llvm-90d2f8c630e1ddddd034e4a0e575929c08dd26bf.zip llvm-90d2f8c630e1ddddd034e4a0e575929c08dd26bf.tar.gz llvm-90d2f8c630e1ddddd034e4a0e575929c08dd26bf.tar.bz2 |
[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
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/configuration.py')
0 files changed, 0 insertions, 0 deletions