summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Thumb2/mve-phireg.ll
Commit message (Collapse)AuthorAgeFilesLines
* [ARM] Reegenerate MVE tests. NFCDavid Green2020-01-151-4/+176
| | | | | | The mve-phireg.ll test no longer really tests what it was added for, but the original case was fairly complex. I've left the test in as a general codegen test.
* [ARM] Use MQPR not QPR for MVE registersDavid Green2019-09-021-0/+113
We should be using MQPR, and if we don't we can get COPYs and PHIs created for QPR. These get folded into instructions, failing verification checks. Differential revision: https://reviews.llvm.org/D66214 llvm-svn: 370676
OpenPOWER on IntegriCloud