[llvm] [AMDGPU] Propagate alias information in AMDGPULowerKernelArguments. (PR #144714)
Leon Clark via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 18 20:13:42 PDT 2025
================
@@ -20,6 +20,7 @@
#include "llvm/IR/IntrinsicsAMDGPU.h"
#include "llvm/IR/MDBuilder.h"
#include "llvm/Target/TargetMachine.h"
+#include "llvm/Transforms/Utils/Cloning.h"
----------------
PeddleSpam wrote:
`Cloning.h` is needed to call `addAliasScopeMetadata()`.
https://github.com/llvm/llvm-project/pull/144714
More information about the llvm-commits
mailing list