On Fri, May 13, 2022 at 8:03 AM Alexandre Oliva wrote:
>
> On May 12, 2022, Richard Biener wrote:
>
> >> Regstrapped on x86_64-linux-gnu. Ok to install?
>
> > OK.
>
> Thanks. I failed to ask, but I'm confident this is also ok for gcc-12,
> so I'm putting it in there as well. Please let me know
On May 12, 2022, Richard Biener wrote:
>> Regstrapped on x86_64-linux-gnu. Ok to install?
> OK.
Thanks. I failed to ask, but I'm confident this is also ok for gcc-12,
so I'm putting it in there as well. Please let me know otherwise.
>> PR rtl-optimization/105455
>> * gimple-harden-condition
On Thu, May 12, 2022 at 3:48 AM Alexandre Oliva via Gcc-patches
wrote:
>
>
> When turning unconditional edges into conditional, as in
> gimple-harden-conditionals.cc:insert_check_and_trap, the newly-created
> edge's probability comes out uninitialized, while the previously
> unconditional edge's p
When turning unconditional edges into conditional, as in
gimple-harden-conditionals.cc:insert_check_and_trap, the newly-created
edge's probability comes out uninitialized, while the previously
unconditional edge's probability is presumably
profile_probability::always.
Mixing initialized and unin