[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:35:37 PDT 2024


================
@@ -26476,6 +26476,219 @@ This function returns the tangent of the specified operand, returning the
 same values as the libm ``tan`` functions would, and handles error
 conditions in the same way.
 
+'``llvm.experimental.constrained.asin``' Intrinsic
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Syntax:
+"""""""
+
+::
+
+      declare <type>
+      @llvm.experimental.constrained.asin(<type> <op1>,
+                                         metadata <rounding mode>,
----------------
topperc wrote:

I think this should be indented 1 more space

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


More information about the llvm-commits mailing list