[llvm] [IR][FunctionAttrs] Clarify memory effects of atomics (PR #193768)

via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 30 05:24:29 PDT 2026


================
@@ -31,3 +32,63 @@ entry:
   %r = load atomic i32, ptr %x seq_cst, align 4
   ret i32 %r
 }
+
----------------
gonzalobg wrote:

Should this file include tests for store release and load acquire as well?

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


More information about the llvm-commits mailing list