[llvm] [AMDGPU] Add support for store to constant address space (PR #153835)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 18 08:57:15 PDT 2025
================
@@ -3910,10 +3910,14 @@ SDValue AMDGPUTargetLowering::performLoadCombine(SDNode *N,
// type.
SDValue AMDGPUTargetLowering::performStoreCombine(SDNode *N,
DAGCombinerInfo &DCI) const {
+ StoreSDNode *SN = cast<StoreSDNode>(N);
----------------
arsenm wrote:
It is already done in the middle end
https://github.com/llvm/llvm-project/pull/153835
More information about the llvm-commits
mailing list