[clang] [llvm] [NVPTX] Fix v2i8 call lowering, use generic ld/st nodes for call params (PR #146930)
Alex MacLean via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 8 09:26:15 PDT 2025
================
@@ -5754,47 +5540,106 @@ static SDValue combineADDRSPACECAST(SDNode *N,
return SDValue();
}
+static SDValue sinkProxyReg(SDValue R, SDValue Chain,
+ TargetLowering::DAGCombinerInfo &DCI) {
----------------
AlexMaclean wrote:
Added!
https://github.com/llvm/llvm-project/pull/146930
More information about the llvm-commits
mailing list