re PR rtl-optimization/80491 (Compiler regression for long-add case.)
authorJakub Jelinek <jakub@redhat.com>
Sat, 29 Apr 2017 16:18:11 +0000 (18:18 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Sat, 29 Apr 2017 16:18:11 +0000 (18:18 +0200)
commitcc3a5b33bae232329f4d02a3a8e391623ceeb5c0
tree7e1e3c5912be6b6c60bd5070c6e75bf61afe703b
parentbc36c711daea959554c32389a1b28da682257b38
re PR rtl-optimization/80491 (Compiler regression for long-add case.)

PR rtl-optimization/80491
* ifcvt.c (noce_process_if_block): When looking for x setter
with missing else_bb, don't check only the insn right before
cond_earliest, but look for the last insn that x is modified in
within the same bb.

From-SVN: r247410
gcc/ChangeLog
gcc/ifcvt.c