diff options
| author | Eli Friedman <eli.friedman@gmail.com> | 2011-07-08 22:16:47 +0000 |
|---|---|---|
| committer | Eli Friedman <eli.friedman@gmail.com> | 2011-07-08 22:16:47 +0000 |
| commit | e2f76c4ade430a40fad959f32604fdcff37d9290 (patch) | |
| tree | 83c506bdb11c33234a9bcee90b42764c931e9bcc /llvm/test | |
| parent | a32fd210c17fb4714151f68d2f8e968b0a8ffd75 (diff) | |
| download | bcm5719-llvm-e2f76c4ade430a40fad959f32604fdcff37d9290.tar.gz bcm5719-llvm-e2f76c4ade430a40fad959f32604fdcff37d9290.zip | |
Default 64-bit target features and SSE2 on when a triple specifies x86-64. Clean up all the other hacks which are now unnecessary.
llvm-svn: 134753
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/CodeGen/X86/sse1.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/sse1.ll b/llvm/test/CodeGen/X86/sse1.ll index 73f88aec643..9b2e05b5bed 100644 --- a/llvm/test/CodeGen/X86/sse1.ll +++ b/llvm/test/CodeGen/X86/sse1.ll @@ -1,6 +1,6 @@ ; Tests for SSE1 and below, without SSE2+. ; RUN: llc < %s -march=x86 -mcpu=pentium3 -O3 | FileCheck %s -; RUN: llc < %s -march=x86-64 -mcpu=pentium3 -O3 | FileCheck %s +; RUN: llc < %s -march=x86-64 -mattr=-sse2,+sse -O3 | FileCheck %s define <8 x i16> @test1(<8 x i32> %a) nounwind { ; CHECK: test1 |

