[llvm] [X86][CodeGen] Add base trig intrinsic lowerings (PR #96222)

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 24 16:39:30 PDT 2024


================
@@ -570,6 +576,18 @@ def strict_fcos       : SDNode<"ISD::STRICT_FCOS",
                                SDTFPUnaryOp, [SDNPHasChain]>;
 def strict_ftan       : SDNode<"ISD::STRICT_FTAN",
                                SDTFPUnaryOp, [SDNPHasChain]>;
+def strict_fasin       : SDNode<"ISD::STRICT_FASIN",
+                               SDTFPUnaryOp, [SDNPHasChain]>;
----------------
topperc wrote:

Indentation is off

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


More information about the llvm-commits mailing list