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:
5c22c80
)
Fix test to account for legalization changes; I think this ends up
author
Eli Friedman
<eli.friedman@gmail.com>
Sat, 23 May 2009 13:15:11 +0000
(13:15 +0000)
committer
Eli Friedman
<eli.friedman@gmail.com>
Sat, 23 May 2009 13:15:11 +0000
(13:15 +0000)
running an extra DAGCombine pass which improves the code a bit.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72326
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/X86/widen_cast-4.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/X86/widen_cast-4.ll
b/test/CodeGen/X86/widen_cast-4.ll
index 942609ffb416cffdd998da7b73da5c449783e7ae..b090cb1614ce1cc4a3e85f00dbaa63782442131b 100644
(file)
--- a/
test/CodeGen/X86/widen_cast-4.ll
+++ b/
test/CodeGen/X86/widen_cast-4.ll
@@
-1,5
+1,5
@@
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse42 -disable-mmx -o %t -f
-; RUN: grep sarb %t | count
16
+; RUN: grep sarb %t | count
8
; v8i8 that is widen to v16i8 then split
; FIXME: This is widen to v16i8 and split to 16 and we then rebuild the vector.