[llvm] [AMDGPU] Propagate alias information in AMDGPULowerKernelArguments. (PR #144714)
Shilei Tian via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 18 08:55:21 PDT 2025
================
@@ -1353,10 +1358,49 @@ static void AddAliasScopeMetadata(CallBase &CB, ValueToValueMapTy &VMap,
LLVMContext::MD_alias_scope,
MDNode::concatenate(NI->getMetadata(LLVMContext::MD_alias_scope),
MDNode::get(CalledFunc->getContext(), Scopes)));
+ };
----------------
shiltian wrote:
```suggestion
}
```
https://github.com/llvm/llvm-project/pull/144714
More information about the llvm-commits
mailing list