[llvm] Port `NVPTXTargetLowering::LowerCONCAT_VECTORS` to SelectionDAG (PR #120030)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 28 08:01:33 PST 2025
================
@@ -2001,28 +2001,6 @@ SDValue NVPTXTargetLowering::LowerSTACKSAVE(SDValue Op,
return DAG.getMergeValues({ASC, SDValue(SS.getNode(), 1)}, DL);
}
-// By default CONCAT_VECTORS is lowered by ExpandVectorBuildThroughStack()
----------------
arsenm wrote:
So this was previously dead code?
https://github.com/llvm/llvm-project/pull/120030
More information about the llvm-commits
mailing list