[llvm] [AMDGPU] Propagate alias information in AMDGPULowerKernelArguments. (PR #144714)
Shilei Tian via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 18 08:58:50 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"
----------------
shiltian wrote:
why do we need this include?
https://github.com/llvm/llvm-project/pull/144714
More information about the llvm-commits
mailing list