================
@@ -27,29 +34,38 @@ void testMemset(void *dst, int val, unsigned long size) {
double fabs(double);
double testFabs(double x) {
return fabs(x);
- // CHECK: cir.call @fabs
+ // CHECK: cir.fabs %{{.+}} : !cir.double
----------------
HendrikHuebner wrote:
Can you add the other checks here as well?
https://github.com/llvm/llvm-project/pull/175233
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits