Re: [PATCH 2/6] loop-iv: Add missing calls to `onlyjump_p'

2020-12-03 Thread Jeff Law via Gcc-patches
On 12/3/20 4:34 AM, Maciej W. Rozycki wrote: > Ignore jumps that have side effects in loop processing as pasting the > body of a loop multiple times within is semantically equivalent to jump > deletion (between the iterations unrolled) even if we do not physically > delete the jump RTL insn.

[PATCH 2/6] loop-iv: Add missing calls to `onlyjump_p'

2020-12-03 Thread Maciej W. Rozycki
Ignore jumps that have side effects in loop processing as pasting the body of a loop multiple times within is semantically equivalent to jump deletion (between the iterations unrolled) even if we do not physically delete the jump RTL insn. gcc/ * loop-iv.c (simplify_using_initia