[llvm] [NVPTX] add support for 128-bit atomics (PR #154852)

via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 22 11:50:02 PDT 2025


================
@@ -4,24 +4,24 @@
 ; CHECK: error: unsupported cmpxchg
 ; CHECK: error: unsupported cmpxchg
 ; CHECK: error: unsupported cmpxchg
-define void @bitwise_i128(ptr %0, i128 %1) {
+define void @bitwise_i256(ptr %0, i256 %1) {
----------------
gonzalobg wrote:

I think we should have two tests, one for i128 and one for i256, and the i256 should always fail, but the i128 one should fail or pass depending on whether sm < 90 or not.

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


More information about the llvm-commits mailing list