| commit | d920770addd99f7cdc8c6e0f817ca807ea932ba1 | [log] [tgz] |
|---|---|---|
| author | Daniel Sanders <daniel.sanders@imgtec.com> | Tue Mar 04 13:54:30 2014 +0000 |
| committer | Daniel Sanders <daniel.sanders@imgtec.com> | Tue Mar 04 13:54:30 2014 +0000 |
| tree | 7bfb4c3630376dad40ce368778643c3aa09bffe0 | |
| parent | d964e7cd81d31390af1fad06b0c4a7bbc4199b8e [diff] |
[mips][msa] Correct the behaviour of the COPY_FW pseudo on lanes 2 and 3. Summary: Previously, attempting to extract lanes 2 and 3 would actually extract lane 1. The MSA CodeGen tests only covered lanes 0 and 1. Differential Revision: http://llvm-reviews.chandlerc.com/D2935 llvm-svn: 202848