On Tue, 3 Dec 2019, Jan Hubicka wrote:
> Hi,
> input_functions ends with building virtual SSA which is unnecesary
> excercise when function is only loaded to be inlined, compared by
> ipa-icf or its profile merged.
>
> This patch moves the SSA update later before we start working on the
> functio
Hi,
input_functions ends with building virtual SSA which is unnecesary
excercise when function is only loaded to be inlined, compared by
ipa-icf or its profile merged.
This patch moves the SSA update later before we start working on the
function body.
lto-bootstrapped/regtested x86_64-linux, OK?