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/vec_extract-sse4.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/vec_extract-sse4.ll')
| -rw-r--r-- | llvm/test/CodeGen/X86/vec_extract-sse4.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/vec_extract-sse4.ll b/llvm/test/CodeGen/X86/vec_extract-sse4.ll index 42d7f27f7d6..3cb519adf4f 100644 --- a/llvm/test/CodeGen/X86/vec_extract-sse4.ll +++ b/llvm/test/CodeGen/X86/vec_extract-sse4.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -mcpu=corei7 -march=x86 -mattr=+sse41 -o %t +; RUN: llc < %s -mcpu=corei7 -march=x86 -mattr=+sse4.1 -o %t ; RUN: not grep extractps %t ; RUN: not grep pextrd %t ; RUN: not grep pshufd %t |

