================ @@ -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