Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ARM] Reegenerate MVE tests. NFC | David Green | 2020-01-15 | 1 | -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 registers | David Green | 2019-09-02 | 1 | -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 |