summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/2012-02-14-scalar.ll
Commit message (Collapse)AuthorAgeFilesLines
* Fix PR12000. Some vector operations may use scalar operands with typesNadav Rotem2012-02-141-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
OpenPOWER on IntegriCloud