Hi Andrew, Toon,
> On 14 May 2022, at 09:09, Toon Moene wrote:
> On 5/14/22 10:00, Iain Sandoe via Gcc-patches wrote:
>>> On 13 May 2022, at 14:58, Andrew MacLeod via Gcc-patches
>>> wrote:
>>>
>>> VRP currently searches the ssa_name list for globals to exported after it
>>> finishes running
On 5/14/22 10:00, Iain Sandoe via Gcc-patches wrote:
Hi Andrew
On 13 May 2022, at 14:58, Andrew MacLeod via Gcc-patches
wrote:
VRP currently searches the ssa_name list for globals to exported after it
finishes running. This change simply exports globals as they are calculated
for the fi
Hi Andrew
> On 13 May 2022, at 14:58, Andrew MacLeod via Gcc-patches
> wrote:
>
> VRP currently searches the ssa_name list for globals to exported after it
> finishes running. This change simply exports globals as they are calculated
> for the final time during the DOM walk.
>
> This avoid
VRP currently searches the ssa_name list for globals to exported after
it finishes running. This change simply exports globals as they are
calculated for the final time during the DOM walk.
This avoid the occasional awkwardness of determined what ssa-names in
the list are important, as well