[llvm] [NVPTX] Touch-up combineADDRSPACECAST (NFC) (PR #138779)

Alex MacLean via llvm-commits llvm-commits at lists.llvm.org
Tue May 6 16:24:24 PDT 2025


================
@@ -5686,8 +5686,7 @@ PerformBUILD_VECTORCombine(SDNode *N, TargetLowering::DAGCombinerInfo &DCI) {
   return DAG.getNode(ISD::BITCAST, DL, VT, PRMT);
 }
 
-static SDValue combineADDRSPACECAST(SDNode *N,
-                                    TargetLowering::DAGCombinerInfo &DCI) {
+static SDValue PerformADDRSPACECASTCombine(SDNode *N) {
----------------
AlexMaclean wrote:

I think the previous name is shorter and more consistent with LLVM stylistic standards. 

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


More information about the llvm-commits mailing list