This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] ifcvt: Call fixup_partitions (PR83361)


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  <segher@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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]