summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/2011-09-09-OddVectorDivision.ll
Commit message (Collapse)AuthorAge
* Fix mistake in test runline.Eli Friedman2011-09-12
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139505 91177308-0d34-0410-b5e6-96231b3b80d8
* Make the SelectionDAG verify that all the operands of BUILD_VECTOR have the ↵Eli Friedman2011-09-09
same type. Teach DAGCombiner::visitINSERT_VECTOR_ELT not to make invalid BUILD_VECTORs. Fixes PR10897. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139407 91177308-0d34-0410-b5e6-96231b3b80d8