aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/2009-12-02-vtrn-undef.ll
Commit message (Collapse)AuthorAgeFilesLines
* Add a testcase for svn 111208.Bob Wilson2010-08-161-0/+14
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111212 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove arm_apcscc from the test files. It is the default and doing thisRafael Espindola2010-06-171-1/+1
| | | | | | matches what llvm-gcc and clang now produce. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106221 91177308-0d34-0410-b5e6-96231b3b80d8
* Recognize canonical forms of vector shuffles where the same vector is used forBob Wilson2009-12-031-0/+19
both source operands. In the canonical form, the 2nd operand is changed to an undef and the shuffle mask is adjusted to only reference elements from the 1st operand. Radar 7434842. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90417 91177308-0d34-0410-b5e6-96231b3b80d8