[clang] [llvm] Add AMO load with Compare and Swap Not Equal (PR #178061)

via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 6 08:20:41 PST 2026


================
@@ -112,9 +112,99 @@ entry:
   ret void
 }
 
+define void @test_lwat_csne(ptr noundef %ptr, i32 noundef %value1, i32 noundef %value2, ptr nocapture %resp) {
----------------
RolandF77 wrote:

Can we add nounwind on these test func?

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


More information about the cfe-commits mailing list