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