aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/stack-color-with-reg.ll
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-09-18 19:59:53 +0000
committerDan Gohman <gohman@apple.com>2009-09-18 19:59:53 +0000
commite220c4b3d97bbdc9f6e8cf040942514612349c41 (patch)
treea3bf7029b426ca3c6c29ba626b0842677bb13ae3 /test/CodeGen/X86/stack-color-with-reg.ll
parenta2dc2825fc4474f9e1abe865100202c9104944d1 (diff)
downloadexternal_llvm-e220c4b3d97bbdc9f6e8cf040942514612349c41.zip
external_llvm-e220c4b3d97bbdc9f6e8cf040942514612349c41.tar.gz
external_llvm-e220c4b3d97bbdc9f6e8cf040942514612349c41.tar.bz2
Add support for using the FLAGS result of or, xor, and and instructions
on x86, to avoid explicit test instructions. A few existing tests changed due to arbitrary register allocation differences. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82263 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.ll5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/CodeGen/X86/stack-color-with-reg.ll b/test/CodeGen/X86/stack-color-with-reg.ll
index f085b3f..a8ae8e8 100644
--- a/test/CodeGen/X86/stack-color-with-reg.ll
+++ b/test/CodeGen/X86/stack-color-with-reg.ll
@@ -1,7 +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 "loads eliminated"
-; RUN: grep stackcoloring %t | grep "stack slot refs replaced with reg refs" | grep 5
-; RUN: grep asm-printer %t | grep 181
+; RUN: grep stackcoloring %t | grep "stack slot refs replaced with reg refs" | grep 8
+; RUN: grep asm-printer %t | grep 182
type { [62 x %struct.Bitvec*] } ; type %0
type { i8* } ; type %1