[llvm] [x86] Add tan intrinsic part 4 (PR #90503)
Farzon Lotfi via llvm-commits
llvm-commits at lists.llvm.org
Tue May 28 10:25:04 PDT 2024
================
@@ -930,6 +938,7 @@ X86TargetLowering::X86TargetLowering(const X86TargetMachine &TM,
setOperationAction(ISD::FSIN, VT, Expand);
setOperationAction(ISD::FSINCOS, VT, Expand);
setOperationAction(ISD::FCOS, VT, Expand);
+ setOperationAction(ISD::FTAN, VT, Expand);
----------------
farzonl wrote:
will add clang-format off\ons
https://github.com/llvm/llvm-project/pull/90503
More information about the llvm-commits
mailing list