[llvm] [RFC][RISCV] Support the large code model. (PR #70308)

Wang Pengcheng via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 26 02:32:31 PDT 2023


================
@@ -6431,6 +6432,44 @@ static SDValue getTargetNode(JumpTableSDNode *N, const SDLoc &DL, EVT Ty,
   return DAG.getTargetJumpTable(N->getIndex(), Ty, Flags);
 }
 
+static SDValue getTargetNode(ExternalSymbolSDNode *N, SDLoc DL, EVT Ty,
----------------
wangpc-pp wrote:

What's this fucntion for?

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


More information about the llvm-commits mailing list