[clang] [llvm] [x86] Add tan intrinsic part 4  (PR #90503)
    Craig Topper via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Apr 29 17:50:50 PDT 2024
    
    
  
================
@@ -654,6 +655,7 @@ X86TargetLowering::X86TargetLowering(const X86TargetMachine &TM,
       setOperationAction(ISD::FSIN   , VT, Expand);
       setOperationAction(ISD::FCOS   , VT, Expand);
       setOperationAction(ISD::FSINCOS, VT, Expand);
+      setOperationAction(ISD::FTAN, VT, Expand);
----------------
topperc wrote:
I want to tell you to match the existing code that uses extra spaces to keep things in columns, but I guess clang-format will complain.
https://github.com/llvm/llvm-project/pull/90503
    
    
More information about the llvm-commits
mailing list