[llvm-commits] [llvm] r72326 - /llvm/trunk/test/CodeGen/X86/widen_cast-4.ll
Eli Friedman
eli.friedman at gmail.com
Sat May 23 06:15:32 PDT 2009
Author: efriedma
Date: Sat May 23 08:15:11 2009
New Revision: 72326
URL: http://llvm.org/viewvc/llvm-project?rev=72326&view=rev
Log:
Fix test to account for legalization changes; I think this ends up
running an extra DAGCombine pass which improves the code a bit.
Modified:
llvm/trunk/test/CodeGen/X86/widen_cast-4.ll
Modified: llvm/trunk/test/CodeGen/X86/widen_cast-4.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/widen_cast-4.ll?rev=72326&r1=72325&r2=72326&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/widen_cast-4.ll (original)
+++ llvm/trunk/test/CodeGen/X86/widen_cast-4.ll Sat May 23 08:15:11 2009
@@ -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.
More information about the llvm-commits
mailing list