[clang] [llvm] [NVPTX] Fix v2i8 call lowering, use generic ld/st nodes for call params (PR #146930)
Princeton Ferro via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 7 08:13:13 PDT 2025
================
@@ -5754,47 +5540,106 @@ static SDValue combineADDRSPACECAST(SDNode *N,
return SDValue();
}
+static SDValue sinkProxyReg(SDValue R, SDValue Chain,
+ TargetLowering::DAGCombinerInfo &DCI) {
----------------
Prince781 wrote:
Can you document this function with a comment?
https://github.com/llvm/llvm-project/pull/146930
More information about the llvm-commits
mailing list