diff options
| author | Nadav Rotem <nadav.rotem@intel.com> | 2011-10-16 20:31:33 +0000 |
|---|---|---|
| committer | Nadav Rotem <nadav.rotem@intel.com> | 2011-10-16 20:31:33 +0000 |
| commit | 486ff59a9f3805339da20634d288b162eda0e82a (patch) | |
| tree | 8296eda8e6fdca2ffaaac6695adf1f10c628b3a8 /llvm/test/CodeGen/X86/vsplit-and.ll | |
| parent | 84baea77eabbba4bd8b3015d4973889649c6439a (diff) | |
| download | bcm5719-llvm-486ff59a9f3805339da20634d288b162eda0e82a.tar.gz bcm5719-llvm-486ff59a9f3805339da20634d288b162eda0e82a.zip | |
Enable element promotion type legalization by deafault.
Changed tests which assumed that vectors are legalized by widening them.
llvm-svn: 142152
Diffstat (limited to 'llvm/test/CodeGen/X86/vsplit-and.ll')
| -rw-r--r-- | llvm/test/CodeGen/X86/vsplit-and.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/vsplit-and.ll b/llvm/test/CodeGen/X86/vsplit-and.ll index 97dacfdf09e..f9944ce2cb7 100644 --- a/llvm/test/CodeGen/X86/vsplit-and.ll +++ b/llvm/test/CodeGen/X86/vsplit-and.ll @@ -2,7 +2,7 @@ define void @t(<2 x i64>* %dst, <2 x i64> %src1, <2 x i64> %src2) nounwind readonly { -; CHECK: andb +; CHECK: pandn %cmp1 = icmp ne <2 x i64> %src1, zeroinitializer %cmp2 = icmp ne <2 x i64> %src2, zeroinitializer %t1 = and <2 x i1> %cmp1, %cmp2 @@ -12,7 +12,7 @@ define void @t(<2 x i64>* %dst, <2 x i64> %src1, <2 x i64> %src2) nounwind reado } define void @t2(<3 x i64>* %dst, <3 x i64> %src1, <3 x i64> %src2) nounwind readonly { -; CHECK: andb +; CHECK-NOT: pandn %cmp1 = icmp ne <3 x i64> %src1, zeroinitializer %cmp2 = icmp ne <3 x i64> %src2, zeroinitializer %t1 = and <3 x i1> %cmp1, %cmp2 |

