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. > > gcc/ > * loop-iv.c (simplify_using_initial_values): Only process jumps > that match `onlyjump_p'. > (check_simple_exit): Likewise. OK jeff
- [PATCH 0/6] Add missing calls to `onlyjump_p' Maciej W. Rozycki
- [PATCH 1/6] ifcvt: Add missing call to `only... Maciej W. Rozycki
- Re: [PATCH 1/6] ifcvt: Add missing call ... Jeff Law via Gcc-patches
- [PATCH 2/6] loop-iv: Add missing calls to `o... Maciej W. Rozycki
- Re: [PATCH 2/6] loop-iv: Add missing cal... Jeff Law via Gcc-patches
- [PATCH 3/6] sel-sched-ir: Add missing call t... Maciej W. Rozycki
- Re: [PATCH 3/6] sel-sched-ir: Add missin... Jeff Law via Gcc-patches
- [PATCH 4/6] cfgrtl: Add missing call to `onl... Maciej W. Rozycki
- Re: [PATCH 4/6] cfgrtl: Add missing call... Jeff Law via Gcc-patches
- [PATCH 5/6] loop-doloop: Add missing call to... Maciej W. Rozycki
- Re: [PATCH 5/6] loop-doloop: Add missing... Jeff Law via Gcc-patches
- Re: [PATCH 5/6] loop-doloop: Add missing... Jeff Law via Gcc-patches
- [RFC 6/6] ifcvt: Fall through to NCE if gett... Maciej W. Rozycki
- Re: [PATCH 0/6] Add missing calls to `onlyju... Jeff Law via Gcc-patches
- Re: [PATCH 0/6] Add missing calls to `on... Maciej W. Rozycki