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