[Mlir-commits] [mlir] Added Memory Effect to assume_alignment (PR #139521)

Shay Kleiman llvmlistbot at llvm.org
Tue May 13 00:44:40 PDT 2025


shay-kl wrote:

@matthias-springer 
So the intent would be something like this
%res1 = memref.alloc() : memref<128xi8>
%res2 = memref.assume_alignment %res1, 64 : memref<128xi8>

and from now on we use res2 instead of res1?

https://github.com/llvm/llvm-project/pull/139521


More information about the Mlir-commits mailing list