[llvm] [LoongArch] fix: Support LoongArch atomic memory operations with monotonic semantics (PR #112681)

via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 18 02:09:11 PDT 2024


================
@@ -2075,58 +2075,62 @@ multiclass ternary_atomic_op_failure_ord {
 defm atomic_cmp_swap_i32 : ternary_atomic_op_failure_ord;
 defm atomic_cmp_swap_i64 : ternary_atomic_op_failure_ord;
 
+// Atomic operation with the given atomic ordering for word and double word
+multiclass binaray_atomic_op_ord_wd<string inst, string op, 
----------------
tangaac wrote:

My mistake.

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


More information about the llvm-commits mailing list