[llvm] [AMDGPU] Apply alignment attr for make.buffer.rsrc (PR #166914)
Shilei Tian via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 7 09:45:24 PST 2025
================
@@ -1603,7 +1603,7 @@ static bool runImpl(Module &M, AnalysisGetter &AG, TargetMachine &TM,
&AAAMDGPUMinAGPRAlloc::ID, &AACallEdges::ID, &AAPointerInfo::ID,
&AAPotentialConstantValues::ID, &AAUnderlyingObjects::ID,
&AANoAliasAddrSpace::ID, &AAAddressSpace::ID, &AAIndirectCallInfo::ID,
- &AAAMDGPUClusterDims::ID});
+ &AAAMDGPUClusterDims::ID, &AAAlign::ID});
----------------
shiltian wrote:
This can't be added back at this moment, because there is some performance issue that I need to resolve.
https://github.com/llvm/llvm-project/pull/166914
More information about the llvm-commits
mailing list