diff options
author | Michael Liao <michael.liao@intel.com> | 2012-10-25 17:50:05 +0000 |
---|---|---|
committer | Michael Liao <michael.liao@intel.com> | 2012-10-25 17:50:05 +0000 |
commit | 8fe3a6bda46d5f36a409d5203f05ea8e99602eee (patch) | |
tree | e698424c25f30bb79a4a3338a008514aca4bcd7a /llvm/test/CodeGen/X86/widen_cast-1.ll | |
parent | 911c1f38b0a82cb6fdc86c84ff908229ad4a12db (diff) | |
download | bcm5719-llvm-8fe3a6bda46d5f36a409d5203f05ea8e99602eee.tar.gz bcm5719-llvm-8fe3a6bda46d5f36a409d5203f05ea8e99602eee.zip |
Add test for ATOM ISA SSSE3
- Remove SSE4.1 feature in other ATOM-based test cases
llvm-svn: 166699
Diffstat (limited to 'llvm/test/CodeGen/X86/widen_cast-1.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/widen_cast-1.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/widen_cast-1.ll b/llvm/test/CodeGen/X86/widen_cast-1.ll index ebdfea9a37f..56c63644e02 100644 --- a/llvm/test/CodeGen/X86/widen_cast-1.ll +++ b/llvm/test/CodeGen/X86/widen_cast-1.ll @@ -1,5 +1,5 @@ ; RUN: llc -march=x86 -mcpu=generic -mattr=+sse42 < %s | FileCheck %s -; RUN: llc -march=x86 -mcpu=atom -mattr=+sse42 < %s | FileCheck -check-prefix=ATOM %s +; RUN: llc -march=x86 -mcpu=atom < %s | FileCheck -check-prefix=ATOM %s ; CHECK: paddd ; CHECK: movl |