[llvm] [AMDGPU] Propagate alias information in AMDGPULowerKernelArguments. (PR #144714)
Leon Clark via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 18 20:10:04 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)));
+ };
----------------
PeddleSpam wrote:
This is a lambda expression. The semicolon is required.
https://github.com/llvm/llvm-project/pull/144714
More information about the llvm-commits
mailing list