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:
d8fba82
)
remove dead args
author
Chris Lattner
<sabre@nondot.org>
Fri, 19 Aug 2005 01:17:18 +0000
(
01:17
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Fri, 19 Aug 2005 01:17:18 +0000
(
01:17
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22900
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/X86/shift-folding.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/X86/shift-folding.ll
b/test/CodeGen/X86/shift-folding.ll
index 2c53725816970542265eaecfc2f596e29bd84ec7..e868128b714b3cf18872d312e179f27b6af156cb 100644
(file)
--- a/
test/CodeGen/X86/shift-folding.ll
+++ b/
test/CodeGen/X86/shift-folding.ll
@@
-1,4
+1,4
@@
-; RUN: llvm-as < %s | llc -march=x86
-enable-pattern-isel=1
| grep 's[ah][rl]l' | wc -l | grep 1
+; RUN: llvm-as < %s | llc -march=x86 | grep 's[ah][rl]l' | wc -l | grep 1
int* %test1(int *%P, uint %X) {
%Y = shr uint %X, ubyte 2