[Mlir-commits] [mlir] [mlir][vector] Preserve alignment attribute during gather/scatter bufferization (PR #188924)

Andrzej WarzyƄski llvmlistbot at llvm.org
Fri Mar 27 02:27:42 PDT 2026


banach-space wrote:

> Maybe the verifier should be updated then to ensure we never accept alignment when operating on tensors? Wdyt?

I like this suggestion. 

While quite conservative, updating the verifier sounds like a reasonable approach given what we know today. And if there is a user that requires alignment at the tensor level, the verifier will instantly inform us that there's an issue and that we should revisit.

Thanks! Please send an updated PR and I will happily approve.

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


More information about the Mlir-commits mailing list