[llvm-branch-commits] [llvm] [AArch64] SLP can vectorize frem (PR #82488)

Paul Walker via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Feb 22 07:15:31 PST 2024


https://github.com/paulwalker-arm commented:

I've review the patch from both side so most of the comment will be void if you opt for the new TTI hook.  That advantage of the TTI hook is that because it is specific to FREM you can hardware things like numbers of operands, which should streamline the implementation.

https://github.com/llvm/llvm-project/pull/82488


More information about the llvm-branch-commits mailing list