[llvm] [LLVM][NVPTX] Add NVPTX codegen support for clusterlaunchcontrol instruction (PR #134568)
Alex MacLean via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 7 09:19:57 PDT 2025
================
@@ -1165,6 +1168,54 @@ NVPTXTargetLowering::LowerGlobalAddress(SDValue Op, SelectionDAG &DAG) const {
return DAG.getNode(NVPTXISD::Wrapper, dl, PtrVT, Op);
}
+SDValue NVPTXTargetLowering::LowerIntrinsicWChain(SDValue Op,
----------------
AlexMaclean wrote:
Lets remove this as a member of NVPTXTargetLowering and make it a static helper.
https://github.com/llvm/llvm-project/pull/134568
More information about the llvm-commits
mailing list