Delaram Talaashrafi 208b4dbf12
[flang][optimize] Use ArraySectionAnalyzer to better handle aliasing sections (#180595)
When alias analysis reports potential aliasing between LHS and RHS when
inlining `hlfir.assign`, use `ArraySectionAnalyzer` to determine if the
sections are disjoint or identical, which is safe for element-wise
assignment.

Co-authored-by: Delaram Talaashrafi <dtalaashrafi@rome5.pgi.net>
2026-02-11 07:59:38 -08:00
..