aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/stack-color-with-reg.ll
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-10-16 20:59:35 +0000
committerDan Gohman <gohman@apple.com>2009-10-16 20:59:35 +0000
commitb00f236b03ea57520f94823780896ebdbc5d8bdc (patch)
treed023b7481f8606f36efb2bf30f796d830a7eb2f3 /test/CodeGen/X86/stack-color-with-reg.ll
parenta43d46f523dff4b784ee28a3b196a065a15d90f2 (diff)
downloadexternal_llvm-b00f236b03ea57520f94823780896ebdbc5d8bdc.zip
external_llvm-b00f236b03ea57520f94823780896ebdbc5d8bdc.tar.gz
external_llvm-b00f236b03ea57520f94823780896ebdbc5d8bdc.tar.bz2
Move zext and sext casts fed by loads into the same block as the
load, to help SelectionDAG fold them into the loads, unless conditions are unfavorable. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84271 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/stack-color-with-reg.ll')
-rw-r--r--test/CodeGen/X86/stack-color-with-reg.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/stack-color-with-reg.ll b/test/CodeGen/X86/stack-color-with-reg.ll
index 672f77e..0f32a50 100644
--- a/test/CodeGen/X86/stack-color-with-reg.ll
+++ b/test/CodeGen/X86/stack-color-with-reg.ll
@@ -1,6 +1,6 @@
; RUN: llc < %s -mtriple=x86_64-apple-darwin10 -relocation-model=pic -disable-fp-elim -color-ss-with-regs -stats -info-output-file - > %t
-; RUN: grep stackcoloring %t | grep "stack slot refs replaced with reg refs" | grep 5
-; RUN: grep asm-printer %t | grep 179
+; RUN: grep stackcoloring %t | grep "stack slot refs replaced with reg refs" | grep 6
+; RUN: grep asm-printer %t | grep 177
type { [62 x %struct.Bitvec*] } ; type %0
type { i8* } ; type %1