Skip to content

Commit a13ed2b

Browse files
committed
fix unit test and documentation
1 parent fddcb0d commit a13ed2b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

llvm/docs/GlobalISel/GenericOpcode.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ G_FLOG, G_FLOG2, G_FLOG10
593593
Calculate the base-e, base-2, or base-10 respectively.
594594

595595
G_FCEIL, G_FCOS, G_FSIN, G_FTAN, G_FSQRT, G_FFLOOR, G_FRINT, G_FNEARBYINT
596-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
596+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
597597

598598
These correspond to the standard C functions of the same name.
599599

llvm/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir

+3
Original file line numberDiff line numberDiff line change
@@ -674,6 +674,9 @@
674674
# DEBUG-NEXT: .. opcode {{[0-9]+}} is aliased to {{[0-9]+}}
675675
# DEBUG-NEXT: .. the first uncovered type index: 1, OK
676676
# DEBUG-NEXT: .. the first uncovered imm index: 0, OK
677+
# DEBUG-NEXT: G_FTAN (opcode {{[0-9]+}}): 1 type index, 0 imm indices
678+
# DEBUG-NEXT: .. type index coverage check SKIPPED: no rules defined
679+
# DEBUG-NEXT: .. imm index coverage check SKIPPED: no rules defined
677680
# DEBUG-NEXT: G_FSQRT (opcode {{[0-9]+}}): 1 type index, 0 imm indices
678681
# DEBUG-NEXT: .. opcode {{[0-9]+}} is aliased to {{[0-9]+}}
679682
# DEBUG-NEXT: .. type index coverage check SKIPPED: user-defined predicate detected

0 commit comments

Comments
 (0)