[llvm] [AMDGPU] Correctly merge noalias scopes during lowering of LDS data. (PR #131664)
Sirish Pande via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 24 09:41:31 PDT 2025
================
@@ -244,6 +245,7 @@ template <typename T> std::vector<T> sortByName(std::vector<T> &&V) {
class AMDGPULowerModuleLDS {
const AMDGPUTargetMachine &TM;
+ friend class ScopedNoAliasAAResult;
----------------
srpande wrote:
No need. I was playing with something else. Does not need it anymore.
https://github.com/llvm/llvm-project/pull/131664
More information about the llvm-commits
mailing list