diff options
| author | Elena Demikhovsky <elena.demikhovsky@intel.com> | 2012-01-01 16:22:47 +0000 |
|---|---|---|
| committer | Elena Demikhovsky <elena.demikhovsky@intel.com> | 2012-01-01 16:22:47 +0000 |
| commit | 67f80c3432034922b639c27dab98ee9811723192 (patch) | |
| tree | 5d973a81ecc3ea2c4ea910aac9f6245ad04e290a /llvm/lib/CodeGen/MachineBranchProbabilityInfo.cpp | |
| parent | e9d3d21988603592864d76dab5e4ccb09f355ec9 (diff) | |
| download | bcm5719-llvm-67f80c3432034922b639c27dab98ee9811723192.tar.gz bcm5719-llvm-67f80c3432034922b639c27dab98ee9811723192.zip | |
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.
llvm-svn: 147399
Diffstat (limited to 'llvm/lib/CodeGen/MachineBranchProbabilityInfo.cpp')
0 files changed, 0 insertions, 0 deletions

