llvm
5e51f755 - [ARM] Favour post inc for MVE loops

Commit
6 years ago
[ARM] Favour post inc for MVE loops We were previously not necessarily favouring postinc for the MVE loads and stores, leading to extra code prior to the loop to set up the preinc. MVE in general can benefit from postinc (as we don't have unrolled loops), and certain instructions like the VLD2's only post-inc versions are available. Differential Revision: https://reviews.llvm.org/D70790
Author
Committer
Parents
Loading