Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix PR12000. Some vector operations may use scalar operands with types | Nadav Rotem | 2012-02-14 | 1 | -0/+13 |
that are greater than the vector element type. For example BUILD_VECTOR of type <1 x i1> with a constant i8 operand. This patch fixes the assertion. llvm-svn: 150477 |