[llvm] [AMDGPU] Propagate alias information in AMDGPULowerKernelArguments. (PR #144714)
Sirish Pande via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 20 08:58:40 PDT 2025
srpande wrote:
General comment first:
Please run the following to make sure that you are not unnecessarily making aliasing information more conservative
opt -S -aa-pipeline=basic-aa,scoped-noalias-aa -passes=aa-eval -evaluate-aa-metadata -print-all-alias-modref-info -disable-output
https://github.com/llvm/llvm-project/pull/144714
More information about the llvm-commits
mailing list