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

Derek Schuff via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 6 08:58:05 PST 2026


================
@@ -0,0 +1,396 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 6
----------------
dschuff wrote:

I'll group and reorder, and add `unordered`. And maybe it just makes sense to merge these with atomic-mem-consistency.ll. That would mean 4 RUN lines in the same file, but there wouldn't be redundancy.

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


More information about the cfe-commits mailing list