We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2730024 + 443f99e commit 4d422f3Copy full SHA for 4d422f3
llvm/docs/GlobalISel/Porting.rst
@@ -5,8 +5,8 @@ Porting GlobalISel to A New Target
5
6
There are four major classes to implement by the target:
7
8
-* :ref:`CallLowering <api-calllowering>` --- lower calls, returns, and arguments
9
- according to the ABI.
+* :ref:`CallLowering <translator-call-lower>` --- lower calls, returns, and
+ arguments according to the ABI.
10
* :ref:`RegisterBankInfo <api-registerbankinfo>` --- describe
11
:ref:`gmir-regbank` coverage, cross-bank copy cost, and the mapping of
12
operands onto banks for each instruction.
0 commit comments