[llvm] [DA] Dependence analysis does not handle array accesses of different sizes (PR #116630)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 19 03:19:07 PST 2024
https://github.com/nikic commented:
This looks like something that should be checked at a higher level than underlyingObjectsAlias, because the access size is not relevant to determine whether the underlying objects alias.
https://github.com/llvm/llvm-project/pull/116630
More information about the llvm-commits
mailing list