Re: [PATCH][i386] Fix ix86_loop_unroll_adjust

2018-02-05 Thread Jan Hubicka
Dne 2018-02-05 09:53, Richard Biener napsal: The following fixes an oversight(?) in ix86_loop_unroll_adjust which will happily bump unrolling to unreasonable amounts for bdverN. Bootstrap / regtest running on x86_64-unknown-linux-gnu, ok? OK, thanks! Honza

[PATCH][i386] Fix ix86_loop_unroll_adjust

2018-02-05 Thread Richard Biener
The following fixes an oversight(?) in ix86_loop_unroll_adjust which will happily bump unrolling to unreasonable amounts for bdverN. Bootstrap / regtest running on x86_64-unknown-linux-gnu, ok? Thanks, Richard. 2018-02-05 Richard Biener * config/i386/i386.c (print_reg): Fix typo.