mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-16 17:14:41 +02:00
6384206: Phis which are later unneeded are impairing our ability to inline based on static types
Reviewed-by: rasbold, jrose
This commit is contained in:
parent
eee15b163e
commit
4b1e242299
18 changed files with 1082 additions and 401 deletions
|
@ -1012,6 +1012,8 @@ void PhaseIdealLoop::do_unroll( IdealLoopTree *loop, Node_List &old_new, bool ad
|
|||
if (!has_ctrl(old))
|
||||
set_loop(nnn, loop);
|
||||
}
|
||||
|
||||
loop->record_for_igvn();
|
||||
}
|
||||
|
||||
//------------------------------do_maximally_unroll----------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue