[clang] [llvm] [x86] Add tan intrinsic part 4 (PR #90503)

Farzon Lotfi via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 30 12:52:55 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);
----------------
farzonl wrote:

Exactly, the format is changed because of clang-format. Without changing the github action, I don't see how I can preserve the columns spacing. 

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


More information about the llvm-commits mailing list