================
@@ -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
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to