On 12/11/2017 08:49 AM, Segher Boessenkool wrote:
> After converting a conditional branch to an unconditional trap to a
> conditional trap, if the original trap is still reachable from another
> path, it may be that it is in a hot basic block  and only reachable from
> cold blocks.  Fix that up.
> 
> This fixes PR83361.  Bootstrapping on powerpc64-linux {-m32,-m64}; okay
> for trunk if it succeeds?
> 
> 
> Segher
> 
> 
> 2017-12-11  Segher Boessenkool  <seg...@kernel.crashing.org>
> 
>       PR rtl-optimization/83361
>       * ifcvt.c (if_convert): Call fixup_partitions.
> 
> gcc/testsuite/
>       PR rtl-optimization/83361
>       * gcc.dg/pr83361.c: New testcase.
OK.
jeff


Reply via email to