Fix Sparc 32bit Lowering to rebundle up v2i32 values.
authorNirav Dave <niravd@google.com>
Fri, 26 Feb 2016 18:55:22 +0000 (18:55 +0000)
committerNirav Dave <niravd@google.com>
Fri, 26 Feb 2016 18:55:22 +0000 (18:55 +0000)
commit2993854bb464c08f060e1f704f4c0b6dbc9ccda8
treea1126e52cc6f721b6ed8ac1fa65a28494ade2fc6
parent155193c3aa7bc14012b3547847dc4a0fbb4dd8da
Fix Sparc 32bit Lowering to rebundle up v2i32 values.

Summary: Fix LowerCall to rebundle v2i32 values after lowering and add testcase

Reviewers: jyknight

Subscribers: llvm-commits, jyknight

Differential Revision: http://reviews.llvm.org/D17615

llvm-svn: 262048
llvm/lib/Target/Sparc/SparcISelLowering.cpp
llvm/test/CodeGen/SPARC/vector-call.ll [new file with mode: 0644]