projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f6ff71
)
[test] Avoid loop-unroll.c test getting confused by fadd in git revision
author
Russell Gallop
<russell.gallop@sony.com>
Thu, 23 Jan 2020 09:27:16 +0000
(09:27 +0000)
committer
Russell Gallop
<russell.gallop@sony.com>
Thu, 23 Jan 2020 09:27:16 +0000
(09:27 +0000)
Differential Revision: https://reviews.llvm.org/D73162
clang/test/CodeGen/loop-unroll.c
patch
|
blob
|
history
diff --git
a/clang/test/CodeGen/loop-unroll.c
b/clang/test/CodeGen/loop-unroll.c
index
601bf43
..
7c79ed2
100644
(file)
--- a/
clang/test/CodeGen/loop-unroll.c
+++ b/
clang/test/CodeGen/loop-unroll.c
@@
-37,6
+37,8
@@
// CHECK-DISABLE-UNROLL-NOT: fmul
// CHECK-DISABLE-UNROLL-NOT: fadd
// CHECK-DISABLE-UNROLL-NOT: store
+// Limit scope of checking so this does not match "fadd" within git version string
+// CHECK-DISABLE-UNROLL: !0 =
int printf(const char * restrict format, ...);