[PATCH] D130618: [AArch64][LoopVectorize] Enable tail-folding by default for SVE

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 4 07:25:45 PDT 2022


dmgreen added a comment.

Oh - and about -mcpu=generic - it'd difficult but it needs to be the best we can do for the most cores possible. Especially on Android systems where the chances of using a correct -mcpu are almost none. What that is I'm not entirely sure. I think maybe unpredicated loop with predicated remainder, with the option to change to something else in the future?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D130618/new/

https://reviews.llvm.org/D130618



More information about the llvm-commits mailing list