aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/v-binop-widen.ll
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2011-03-11 01:05:58 +0000
committerEric Christopher <echristo@apple.com>2011-03-11 01:05:58 +0000
commitde5e101b0db683931132ba4e4d5e13fe0b5c547a (patch)
tree02e06ecf389af57bc51b064ed656be0be8f1cf62 /test/CodeGen/X86/v-binop-widen.ll
parent9ef82ce4fe8e6f9f49c31abeebcc9672985afad4 (diff)
downloadexternal_llvm-de5e101b0db683931132ba4e4d5e13fe0b5c547a.zip
external_llvm-de5e101b0db683931132ba4e4d5e13fe0b5c547a.tar.gz
external_llvm-de5e101b0db683931132ba4e4d5e13fe0b5c547a.tar.bz2
Change the x86 32-bit scheduler to register pressure and fix up the
corresponding testcases back to the previous versions. Fixes some performance regressions only seen on 32-bit. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127441 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/v-binop-widen.ll')
-rw-r--r--test/CodeGen/X86/v-binop-widen.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/v-binop-widen.ll b/test/CodeGen/X86/v-binop-widen.ll
index 4c3bc3b..3bee700 100644
--- a/test/CodeGen/X86/v-binop-widen.ll
+++ b/test/CodeGen/X86/v-binop-widen.ll
@@ -1,7 +1,7 @@
; RUN: llc -march=x86 -mattr=+sse < %s | FileCheck %s
-; CHECK: divps
; CHECK: divss
; CHECK: divps
+; CHECK: divps
%vec = type <9 x float>
define %vec @vecdiv( %vec %p1, %vec %p2)