================
@@ -152,6 +152,25 @@ void testandeq(void)
l &= 42;
s &= 42;
}
+// CHECK: testaddeq_fp
+void testaddeq_fp(void)
+{
+ // CHECK: [[CONV:%.*]] = uitofp i32 [[TMP0:%.*]] to double
----------------
antoniofrighetto wrote:
This appears to be an orthogonal issue, as `_Atomic int` is signed and the this
should be a sitofp. Will open a patch soon.
https://github.com/llvm/llvm-project/pull/209114
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits