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

Reply via email to