Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [SelectionDAG] Support BUILD_VECTOR implicit truncation in ↵ | Simon Pilgrim | 2017-03-15 | 1 | -4/+4 |
| | | | | | | SelectionDAG::ComputeNumSignBits (PR32273) llvm-svn: 297852 | ||||
* | [SelectionDAG][AArch64] Add test case showing incorrect ↵ | Simon Pilgrim | 2017-03-15 | 1 | -0/+33 |
SelectionDAG::ComputeNumSignBits BUILD_VECTOR handling Reduced from a mixture of PR32273 and David Green's test cases showing SelectionDAG::ComputeNumSignBits not correctly handling BUILD_VECTOR implicit truncation of inputs. llvm-svn: 297847 |