[llvm] [NVPTX] Add some basic folds for ADDRSPACECAST (PR #129157)
Alex MacLean via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 27 16:28:45 PST 2025
================
@@ -5209,6 +5209,26 @@ PerformBUILD_VECTORCombine(SDNode *N, TargetLowering::DAGCombinerInfo &DCI) {
return DAG.getNode(ISD::BITCAST, DL, VT, PRMT);
}
+static SDValue combineADDRSPACECAST(SDNode *N,
----------------
AlexMaclean wrote:
Fair enough, I've removed the transitive case for now.
https://github.com/llvm/llvm-project/pull/129157
More information about the llvm-commits
mailing list