[llvm] [AMDGPU] Propagate alias information in AMDGPULowerKernelArguments. (PR #144714)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 25 04:50:44 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)));
+    };
----------------
arsenm wrote:

This is well beyond the size of what should be in a lambda 

https://github.com/llvm/llvm-project/pull/144714


More information about the llvm-commits mailing list