[flang-commits] [flang] WIP: [flang] AliasAnalysis: Fix pointer component logic (PR #94242)
Joel E. Denny via flang-commits
flang-commits at lists.llvm.org
Tue Jun 11 15:09:45 PDT 2024
================
@@ -17,13 +25,13 @@
// end module
----------------
jdenny-ornl wrote:
Thanks for reviewing. I've added that check. It returns MayAlias. As the comment I added says, I think it should return NoAlias. We could try to fix that in this patch, but I think it would be better to address it in a separate patch because it involves a different part of the AliasAnalysis logic: the isTargetOrPointer() checks.
https://github.com/llvm/llvm-project/pull/94242
More information about the flang-commits
mailing list