Elena Demikhovsky ac12855066 Fixed a bug in SelectionDAG.cpp.
The failure seen on win32, when i64 type is illegal.
It happens on stage of conversion VECTOR_SHUFFLE to BUILD_VECTOR.

The failure message is:
llc: SelectionDAG.cpp:784: void VerifyNodeCommon(llvm::SDNode*): Assertion `(I->getValueType() == EltVT || (EltVT.isInteger() && I->getValueType().isInteger() && EltVT.bitsLE(I->getValueType()))) && "Wrong operand type!"' failed.

I added a special test that checks vector shuffle on win32.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147399 91177308-0d34-0410-b5e6-96231b3b80d8
2012-01-01 16:22:47 +00:00
..
2011-07-02 20:43:08 +00:00
2011-10-22 12:39:25 +00:00
2011-10-30 13:24:22 +00:00
2011-11-23 04:03:08 +00:00
2011-12-28 13:08:20 +00:00
2011-09-30 23:40:29 +00:00
2011-09-30 23:21:11 +00:00
2011-08-09 03:04:23 +00:00
2011-08-19 04:30:24 +00:00
2011-08-27 04:53:41 +00:00
2011-11-15 07:13:03 +00:00
2011-11-08 00:09:27 +00:00
2011-08-31 21:41:20 +00:00
2011-11-12 20:35:26 +00:00
2011-11-22 06:36:25 +00:00
2011-12-08 19:21:39 +00:00
2011-07-20 03:09:11 +00:00
2011-10-16 20:43:41 +00:00
2011-07-26 22:45:39 +00:00
2011-11-15 07:13:03 +00:00
2011-11-07 23:10:43 +00:00
2011-11-08 00:03:24 +00:00
2011-11-07 19:15:58 +00:00
2011-10-10 23:18:02 +00:00
2011-11-16 03:03:52 +00:00
2011-11-07 19:15:58 +00:00