[clang] [llvm] [WebAssembly] Support acquire-release atomics in CodeGen (PR #184900)

Derek Schuff via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 11 09:47:55 PDT 2026


================
@@ -41,6 +41,26 @@ define i32 @load_i32_with_folded_gep_offset(ptr %p) {
   ret i32 %t
 }
 
+; Same for nusw.
----------------
dschuff wrote:

These tests don't test new behavior. I added them because they cover offset-folding cases that are in the non-atomic offset-folding tests but weren't already in here. I just did that because it seemed a good idea when refactoring the atomic isel code.

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


More information about the cfe-commits mailing list