summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorElena Demikhovsky <elena.demikhovsky@intel.com>2012-01-03 11:59:04 +0000
committerElena Demikhovsky <elena.demikhovsky@intel.com>2012-01-03 11:59:04 +0000
commit8ec21a280130831d5c3cdb0ad0d82a4480e9542c (patch)
treec8e09350443426d9f1e9969efe814751bdd530bf /clang/lib/Frontend/CompilerInvocation.cpp
parent0e2c1bff8f2c4af94f6d40a26a4a73df7905d08e (diff)
downloadbcm5719-llvm-8ec21a280130831d5c3cdb0ad0d82a4480e9542c.tar.gz
bcm5719-llvm-8ec21a280130831d5c3cdb0ad0d82a4480e9542c.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: 147445
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud