summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.h
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2014-10-24 21:04:41 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2014-10-24 21:04:41 +0000
commitfd080af0c5c2c75b0b69631dee1bc2449c081cb5 (patch)
tree5f3cad61c083cba380fec652178a56d80d66e7ff /llvm/lib/Bitcode/Reader/BitcodeReader.h
parent40dc7eb1506d302bc806cc0be014ab77e82e7cb5 (diff)
downloadbcm5719-llvm-fd080af0c5c2c75b0b69631dee1bc2449c081cb5.tar.gz
bcm5719-llvm-fd080af0c5c2c75b0b69631dee1bc2449c081cb5.zip
[X86][SSE] Bitcast assertion in XFormVExtractWithShuffleIntoLoad
Minor patch to fix an issue in XFormVExtractWithShuffleIntoLoad where a load is unary shuffled, then bitcast (to a type with the same number of elements) before extracting an element. An undef was created for the second shuffle operand using the original (post-bitcasted) vector type instead of the pre-bitcasted type like the rest of the shuffle node - this was then causing an assertion on the different types later on inside SelectionDAG::getVectorShuffle. Differential Revision: http://reviews.llvm.org/D5917 llvm-svn: 220592
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.h')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud