tree-vect-loop.c (vect_estimate_min_profitable_iters): Dump min_profitable_estimate, rather than min_profitable_iters.
* tree-vect-loop.c (vect_estimate_min_profitable_iters): Dump min_profitable_estimate, rather than min_profitable_iters. From-SVN: r233604
This commit is contained in:
parent
09c92f1c27
commit
0b1587d4b3
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2016-02-22 Bin Cheng <bin.cheng@arm.com>
|
||||
|
||||
* tree-vect-loop.c (vect_estimate_min_profitable_iters): Dump
|
||||
min_profitable_estimate, rather than min_profitable_iters.
|
||||
|
||||
2016-02-22 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR target/69885
|
||||
|
|
|
@ -3430,8 +3430,8 @@ vect_estimate_min_profitable_iters (loop_vec_info loop_vinfo,
|
|||
min_profitable_estimate = MAX (min_profitable_estimate, min_profitable_iters);
|
||||
if (dump_enabled_p ())
|
||||
dump_printf_loc (MSG_NOTE, vect_location,
|
||||
" Static estimate profitability threshold = %d\n",
|
||||
min_profitable_iters);
|
||||
" Static estimate profitability threshold = %d\n",
|
||||
min_profitable_estimate);
|
||||
|
||||
*ret_min_profitable_estimate = min_profitable_estimate;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue