We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f6ff71 commit 4662f6eCopy full SHA for 4662f6e
clang/test/CodeGen/loop-unroll.c
@@ -37,6 +37,8 @@
37
// CHECK-DISABLE-UNROLL-NOT: fmul
38
// CHECK-DISABLE-UNROLL-NOT: fadd
39
// CHECK-DISABLE-UNROLL-NOT: store
40
+// Limit scope of checking so this does not match "fadd" within git version string
41
+// CHECK-DISABLE-UNROLL: !0 =
42
43
int printf(const char * restrict format, ...);
44
0 commit comments