[llvm] [x86] Add tan intrinsic part 4 (PR #90503)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Wed May 8 15:11:46 PDT 2024
================
@@ -54,6 +54,7 @@ TLI_DEFINE_VECFUNC("llvm.sin.f32", "vsinf", FIXED(4), "_ZGV_LLVM_N4v")
TLI_DEFINE_VECFUNC("cosf", "vcosf", FIXED(4), "_ZGV_LLVM_N4v")
TLI_DEFINE_VECFUNC("llvm.cos.f32", "vcosf", FIXED(4), "_ZGV_LLVM_N4v")
TLI_DEFINE_VECFUNC("tanf", "vtanf", FIXED(4), "_ZGV_LLVM_N4v")
+TLI_DEFINE_VECFUNC("llvm.tan.f32", "vtanf", FIXED(4), "_ZGV_LLVM_N4v")
----------------
topperc wrote:
What about the other places in this file that use "tanf"?
https://github.com/llvm/llvm-project/pull/90503
More information about the llvm-commits
mailing list