[Mlir-commits] [mlir] [MLIR][AMDGPU] Fixing word alignment check for bufferload fastpath (PR #135982)

Krzysztof Drewniak llvmlistbot at llvm.org
Wed Apr 16 09:17:28 PDT 2025


https://github.com/krzysz00 commented:

Oh, yeah, if it's `deltaBytes`, it needs to be 4

I think the original condition is correct if you use `delta` and not `deltaBytes` - might not be a bad idea, since it saves on multiplications?

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


More information about the Mlir-commits mailing list