[Mlir-commits] [mlir] [MLIR][MemRef] Add verifier check for index count vs memref rank in generic_atomic_rmw (PR #189229)
Mehdi Amini
llvmlistbot at llvm.org
Wed Apr 1 06:24:27 PDT 2026
joker-eph wrote:
I didn't fetch before rebase, I reproduce the failure now.
This is because of b813b0b4e485 which changed this to use IndexedMemoryAccessOpInterface which already catch this case in the verifier now. So this change is obsolete and I can close the bug as fixed.
https://github.com/llvm/llvm-project/pull/189229
More information about the Mlir-commits
mailing list