aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/vec_zero_cse.ll
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2010-03-31 00:40:13 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2010-03-31 00:40:13 +0000
commitd363b4ebc7a98483437a5a88aba01dd9facdcd01 (patch)
tree29e72babc2efbca3db84b62823b29327b6420747 /test/CodeGen/X86/vec_zero_cse.ll
parentb16df90b48474ad8e426b80c9348d508bd576ed6 (diff)
downloadexternal_llvm-d363b4ebc7a98483437a5a88aba01dd9facdcd01.zip
external_llvm-d363b4ebc7a98483437a5a88aba01dd9facdcd01.tar.gz
external_llvm-d363b4ebc7a98483437a5a88aba01dd9facdcd01.tar.bz2
Replace V_SET0 with variants for each SSE execution domain.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99975 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/vec_zero_cse.ll')
-rw-r--r--test/CodeGen/X86/vec_zero_cse.ll3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/CodeGen/X86/vec_zero_cse.ll b/test/CodeGen/X86/vec_zero_cse.ll
index 296378c..3b15d4c 100644
--- a/test/CodeGen/X86/vec_zero_cse.ll
+++ b/test/CodeGen/X86/vec_zero_cse.ll
@@ -1,5 +1,4 @@
-; RUN: llc < %s -relocation-model=static -march=x86 -mcpu=yonah | grep pxor | count 1
-; RUN: llc < %s -relocation-model=static -march=x86 -mcpu=yonah | grep xorps | count 1
+; RUN: llc < %s -relocation-model=static -march=x86 -mcpu=yonah | grep pxor | count 2
; RUN: llc < %s -relocation-model=static -march=x86 -mcpu=yonah | grep pcmpeqd | count 2
@M1 = external global <1 x i64>