[llvm] [Analysis] getIntrinsicForCallSite - add vectorization support for acos/asin/atan and cosh/sinh/tanh libcalls (PR #106844)
Farzon Lotfi via llvm-commits
llvm-commits at lists.llvm.org
Sat Aug 31 07:38:00 PDT 2024
farzonl wrote:
I had to do something similar for tan:
https://github.com/llvm/llvm-project/pull/95517/files#diff-75e91d3f93f11b1750d6d27aa0d96b4175fc56cf4d3a346d88585edbe53fb763
You probably want to add these trig functions to` llvm/include/llvm/Analysis/TargetLibraryInfo.h`
And `llvm/include/llvm/Analysis/TargetTransformInfoImpl.h`
https://github.com/llvm/llvm-project/pull/106844
More information about the llvm-commits
mailing list