[Mlir-commits] [mlir] [Arith][MemRef] add AtomicRMWKind::xori to enum (PR #151701)
Scott Manley
llvmlistbot at llvm.org
Fri Aug 1 10:00:34 PDT 2025
rscottmanley wrote:
> SPIR-V conversion seems missing:
>
> https://github.com/llvm/llvm-project/blob/7c2f109811181a227ffd784c046ed8d475173f8f/mlir/lib/Conversion/MemRefToSPIRV/MemRefToSPIRV.cpp#L424-L432
It's already missing several others and IMO that's up to whoever cares about this conversion to fix and test it properly. I did point out in the description that I was not intending to modify every user of AtomicRMWKind.
https://github.com/llvm/llvm-project/pull/151701
More information about the Mlir-commits
mailing list