summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Thumb2/mve-vpt-2-blocks-1-pred.mir
Commit message (Collapse)AuthorAgeFilesLines
* [ARM] Reegenerate MVE tests. NFCDavid Green2020-01-151-13/+15
| | | | | | 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][MVE] VTP Block Pass fixSjoerd Meijer2020-01-141-0/+88
Fix a missing and broken test: 2 VPT blocks predicated on the same VCMP instruction that can be folded. The problem was that for each VPT block, we record the predicate statements with a list, but the same instruction was added twice. Thus, we were running in an assert trying to remove the same instruction twice. To avoid this the instructions are now recorded with a set. Differential Revision: https://reviews.llvm.org/D72699
OpenPOWER on IntegriCloud