Delaram Talaashrafi 32c9854855
[flang] Extend symbol update to ArrayAttrext in external-name-interop (#150061)
In the `external-name-interop` pass, when a symbol is changed, all the
uses of the renamed symbols should also be updated. The update was only
applied to the `SymbolRefAttr` type. With this change, the update will
be applied to `ArrayAttr` containing elements of type `SymbolRefAttr`.

---------

Co-authored-by: Delaram Talaashrafi <dtalaashrafi@nvidia.com>
2025-07-23 13:25:43 -04:00
..