Re: [PATCH] Fix PR91657 (and likely dups)

2019-09-05 Thread Richard Biener
On Thu, 5 Sep 2019, Richard Biener wrote: > > I've made an error with the gcse-after-reload patch in disabling > record_last_mem_set_info, but only for the first function so > testing didn't reveal it. > > The following fixes this, avoding a few more allocations when > not needing transp computa

[PATCH] Fix PR91657 (and likely dups)

2019-09-05 Thread Richard Biener
I've made an error with the gcse-after-reload patch in disabling record_last_mem_set_info, but only for the first function so testing didn't reveal it. The following fixes this, avoding a few more allocations when not needing transp computation and checking a variable which is actually initializ