[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
================
@@ -1528,6 +1546,24 @@ def any_fcos : PatFrags<(ops node:$src),
def any_ftan : PatFrags<(ops node:$src),
[(strict_ftan node:$src),
(ftan node:$src)]>;
+def any_fasin : PatFrags<(ops node:$src),
+ [(strict_fasin node:$src),
----------------
topperc wrote:
Indentation is off
https://github.com/llvm/llvm-project/pull/96222
More information about the llvm-commits
mailing list