projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a37599b
)
Just grep for through the LL code instead of the ASM code
author
Bill Wendling
<isanbard@gmail.com>
Wed, 6 Aug 2008 00:10:32 +0000
(
00:10
+0000)
committer
Bill Wendling
<isanbard@gmail.com>
Wed, 6 Aug 2008 00:10:32 +0000
(
00:10
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54389
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Transforms/InstCombine/2008-08-05-And.ll
patch
|
blob
|
history
diff --git
a/test/Transforms/InstCombine/2008-08-05-And.ll
b/test/Transforms/InstCombine/2008-08-05-And.ll
index 4886e364a8c1284ba541493fb9a6835bd17800b3..939e6b85950656edb0654ab8ae7dfebc966e7c49 100644
(file)
--- a/
test/Transforms/InstCombine/2008-08-05-And.ll
+++ b/
test/Transforms/InstCombine/2008-08-05-And.ll
@@
-1,4
+1,4
@@
-; RUN: llvm-as < %s | opt -instcombine | ll
c -disable-fp-elim -march=x86 | not grep orb
+; RUN: llvm-as < %s | opt -instcombine | ll
vm-dis | not grep or
; PR2629
define void @f(i8* %x) nounwind {