[flang-commits] [flang] [flang] AliasAnalysis: More formally define and distinguish between data and non-data (PR #91020)
via flang-commits
flang-commits at lists.llvm.org
Mon May 6 07:53:50 PDT 2024
https://github.com/jeanPerier commented:
Thank you @Renaud-K , it is great to simplify the logic here! I think you need to be more restrictive with types containing pointer/allocatables components (I see there are already some restrictions using `isRecordWithPointerComponent`, but they do not cover some previous early return cases).
https://github.com/llvm/llvm-project/pull/91020
More information about the flang-commits
mailing list