summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2009-02-26-MachineLICMBug.ll
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-08-23 20:39:19 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-08-23 20:39:19 +0000
commit7cb1b5f5bfcaeb13d0ad4368584bb590274c4f77 (patch)
treed6c026c70fd61494015c0ab9dd4457be93f40f70 /test/CodeGen/X86/2009-02-26-MachineLICMBug.ll
parent56afd5e90b11ac51d5118b249d8696078f251ccc (diff)
downloadllvm-7cb1b5f5bfcaeb13d0ad4368584bb590274c4f77.tar.gz
llvm-7cb1b5f5bfcaeb13d0ad4368584bb590274c4f77.tar.bz2
llvm-7cb1b5f5bfcaeb13d0ad4368584bb590274c4f77.tar.xz
Replace more uses of sse41 with sse4.1.
llc using the host cpu features and *waning* on unknown features is probably not a good thing :-( git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189144 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/2009-02-26-MachineLICMBug.ll')
-rw-r--r--test/CodeGen/X86/2009-02-26-MachineLICMBug.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/2009-02-26-MachineLICMBug.ll b/test/CodeGen/X86/2009-02-26-MachineLICMBug.ll
index 8174fbdc9e..43c2397250 100644
--- a/test/CodeGen/X86/2009-02-26-MachineLICMBug.ll
+++ b/test/CodeGen/X86/2009-02-26-MachineLICMBug.ll
@@ -1,6 +1,6 @@
; REQUIRES: asserts
-; RUN: llc < %s -march=x86-64 -mattr=+sse3,+sse41 -mcpu=penryn -stats 2>&1 | grep "4 machine-licm"
-; RUN: llc < %s -march=x86-64 -mattr=+sse3,+sse41 -mcpu=penryn | FileCheck %s
+; RUN: llc < %s -march=x86-64 -mattr=+sse3,+sse4.1 -mcpu=penryn -stats 2>&1 | grep "4 machine-licm"
+; RUN: llc < %s -march=x86-64 -mattr=+sse3,+sse4.1 -mcpu=penryn | FileCheck %s
; rdar://6627786
; rdar://7792037