Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [SelectionDAG] Don't pass on DemandedElts when handling SCALAR_TO_VECTOR | Simon Pilgrim | 2018-12-07 | 1 | -0/+11 |
Fixes an assertion: llc: lib/CodeGen/SelectionDAG/SelectionDAG.cpp:2200: llvm::KnownBits llvm::SelectionDAG::computeKnownBits(llvm::SDValue, const llvm::APInt&, unsigned int) const: Assertion `(!Op.getValueType().isVector() || NumElts == Op.getValueType().getVectorNumElements()) && "Unexpected vector size"' failed. Committed on behalf of: @pendingchaos (Rhys Perry) Differential Revision: https://reviews.llvm.org/D55223 llvm-svn: 348574 |