[llvm] [LLVM][NVPTX] Add NVPTX codegen support for clusterlaunchcontrol instruction (PR #134568)
Pradeep Kumar via llvm-commits
llvm-commits at lists.llvm.org
Fri May 9 00:09:19 PDT 2025
================
@@ -312,6 +312,37 @@ void NVPTXDAGToDAGISel::SelectTcgen05Ld(SDNode *N, bool hasOffset) {
}
}
+void NVPTXDAGToDAGISel::SelectClusterLaunchControl(SDNode *N) {
----------------
schwarzschild-radius wrote:
Replaced Custom C++ Selection with Tablegen based one by creating new SDAG Nodes
https://github.com/llvm/llvm-project/pull/134568
More information about the llvm-commits
mailing list