[llvm] [AMDGPU] Propagate AA info in vector load/store splitting. (PR #168871)

Jeroen Dobbelaere via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 21 08:26:02 PST 2025


dobbelaj-snps wrote:

As you are focusing on alias analysis, I would also make sure that the alias.scope / noalias id's for the loads are identical, as wel as those for the stores. It even makes sense to try to match them to the metadata declarations of these id's. (Not sure how hard that is to add).


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


More information about the llvm-commits mailing list