[PATCH] D91663: [ARM] Disable WLSTP loops
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 20 05:28:08 PST 2020
dmgreen added a comment.
Thanks. WLS can certainly be beneficial in places, so is best to leave on for non-tail predicated loop. We can try to make them less likely to revert and hopefully re-enable them for tail predicated loops in the future, once the performance/correctness is more reliable.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91663/new/
https://reviews.llvm.org/D91663
More information about the llvm-commits
mailing list