[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


================
@@ -312,6 +312,37 @@ void NVPTXDAGToDAGISel::SelectTcgen05Ld(SDNode *N, bool hasOffset) {
   }
 }
 
+void NVPTXDAGToDAGISel::SelectClusterLaunchControl(SDNode *N) {
----------------
AlexMaclean wrote:

This looks like it could be expressed with tablegen patterns, is there a reason we need to do this in NVPTXISelDAGToDAG.cpp?

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


More information about the llvm-commits mailing list