[all-commits] [llvm/llvm-project] 48f980: [mlir][memref] Add memref alias folding for masked...
Quinn Dawkins via All-commits
all-commits at lists.llvm.org
Tue Nov 7 05:57:08 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 48f980c535ca9a4e2c00c56734e6d3346f4b0a86
https://github.com/llvm/llvm-project/commit/48f980c535ca9a4e2c00c56734e6d3346f4b0a86
Author: Quinn Dawkins <quinn.dawkins at gmail.com>
Date: 2023-11-07 (Tue, 07 Nov 2023)
Changed paths:
M mlir/lib/Dialect/MemRef/Transforms/FoldMemRefAliasOps.cpp
M mlir/test/Dialect/MemRef/fold-memref-alias-ops.mlir
Log Message:
-----------
[mlir][memref] Add memref alias folding for masked transfers (#71476)
The contents of a mask on a masked transfer are unaffected by the
particular region of memory being read/stored to, so just forward the
mask in subview folding patterns.
More information about the All-commits
mailing list