ifcvt: Call fixup_partitions (PR83361)
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. PR rtl-optimization/83361 * ifcvt.c (if_convert): Call fixup_partitions. gcc/testsuite/ PR rtl-optimization/83361 * gcc.dg/pr83361.c: New testcase. From-SVN: r255550
Showing
gcc/testsuite/gcc.dg/pr83361.c
0 → 100644
Please
register
or
sign in
to comment