[llvm] [RISCV] Support the large code model. (PR #70308)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 27 20:35:58 PDT 2024
================
@@ -7300,6 +7301,38 @@ static SDValue getTargetNode(JumpTableSDNode *N, const SDLoc &DL, EVT Ty,
return DAG.getTargetJumpTable(N->getIndex(), Ty, Flags);
}
+static SDValue getLargeGlobalAddress(GlobalAddressSDNode *N, SDLoc DL, EVT Ty,
----------------
topperc wrote:
This comment was not fixed?
https://github.com/llvm/llvm-project/pull/70308
More information about the llvm-commits
mailing list