summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Thumb2/mve-pred-threshold.ll
Commit message (Collapse)AuthorAgeFilesLines
* [ARM] Sink splat to ICmpDavid Green2019-12-301-42/+30
| | | | | | | | | This adds ICmp to the list of instructions that we sink a splat to in a loop, allowing the register forms of instructions to be selected more often. It does not add FCmp yet as the results look a little odd, trying to keep the register in an float reg and having to move it back to a GPR. Differential Revision: https://reviews.llvm.org/D70997
* [ARM] MVE sink ICmp test. NFCDavid Green2019-12-301-0/+627
OpenPOWER on IntegriCloud