[PATCH] D134719: [AArch64] Enable libm vectorized functions via SLEEF
Paul Walker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 18 05:36:13 PST 2023
paulwalker-arm accepted this revision.
paulwalker-arm added a comment.
This revision is now accepted and ready to land.
Thanks @danielkiss this all sounds reasonable to me. So other than my comment relating to redundant code in `createTLII` this patch looks good to me. One extra datapoint is that I'm pretty sure Sleef has supported SVE for a few years now and there are patches in flight to improve LoopVectorize to be able to emit function calls that take a predicate so we're not too far away from having complete support in this regard.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134719/new/
https://reviews.llvm.org/D134719
More information about the llvm-commits
mailing list