aboutsummaryrefslogtreecommitdiff
path: root/gcc/loop.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/loop.c')
-rw-r--r--gcc/loop.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc/loop.c b/gcc/loop.c
index 0de77be..4aa1ff9 100644
--- a/gcc/loop.c
+++ b/gcc/loop.c
@@ -6486,6 +6486,17 @@ strength_reduce (struct loop *loop, int flags)
v->ignore = 1;
bl->all_reduced = 0;
}
+ else if (!v->always_computable
+ && (may_trap_or_fault_p (v->add_val)
+ || may_trap_or_fault_p (v->mult_val)))
+ {
+ if (loop_dump_stream)
+ fprintf (loop_dump_stream,
+ "giv of insn %d: not always computable.\n",
+ INSN_UID (v->insn));
+ v->ignore = 1;
+ bl->all_reduced = 0;
+ }
else
{
/* Check that we can increment the reduced giv without a