diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2013-08-23 20:39:19 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2013-08-23 20:39:19 +0000 |
commit | ae6000e86d210dbcbe004434499c8ee74e62e140 (patch) | |
tree | faaf4ba6942ebc1a56a1e7283eb660e149948e8a /llvm/test/CodeGen/X86/2011-09-21-setcc-bug.ll | |
parent | bcaeaf9c5f6ca69e6bfaaf1930a9f7e50faea71e (diff) | |
download | bcm5719-llvm-ae6000e86d210dbcbe004434499c8ee74e62e140.tar.gz bcm5719-llvm-ae6000e86d210dbcbe004434499c8ee74e62e140.zip |
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 :-(
llvm-svn: 189144
Diffstat (limited to 'llvm/test/CodeGen/X86/2011-09-21-setcc-bug.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/2011-09-21-setcc-bug.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2011-09-21-setcc-bug.ll b/llvm/test/CodeGen/X86/2011-09-21-setcc-bug.ll index 4daf6781495..a67c3f33886 100644 --- a/llvm/test/CodeGen/X86/2011-09-21-setcc-bug.ll +++ b/llvm/test/CodeGen/X86/2011-09-21-setcc-bug.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=x86-64 -mcpu=corei7 -mattr=+sse41 +; RUN: llc < %s -march=x86-64 -mcpu=corei7 -mattr=+sse4.1 ; Make sure we are not crashing on this code. |