[clang] [llvm] [x86] Add tan intrinsic part 4 (PR #90503)

Thorsten Schütt via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 29 12:29:49 PDT 2024


================
@@ -674,6 +674,9 @@
 # DEBUG-NEXT: .. opcode {{[0-9]+}} is aliased to {{[0-9]+}}
 # DEBUG-NEXT: .. the first uncovered type index: 1, OK
 # DEBUG-NEXT: .. the first uncovered imm index: 0, OK
+# DEBUG-NEXT: G_FTAN (opcode {{[0-9]+}}): 1 type index, 0 imm indices
----------------
tschuett wrote:

It means that the AArch64 GlobalIsel legalizer does not say anything about G_FTAN.

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


More information about the llvm-commits mailing list