mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-22 20:14:43 +02:00
Merge
This commit is contained in:
commit
cecf2d83d5
66 changed files with 1993 additions and 1188 deletions
|
@ -662,8 +662,7 @@ void Parse::do_all_blocks() {
|
|||
// (Note that dead locals do not get phis built, ever.)
|
||||
ensure_phis_everywhere();
|
||||
|
||||
if (block->is_SEL_head() &&
|
||||
(UseLoopPredicate || LoopLimitCheck)) {
|
||||
if (block->is_SEL_head() && UseLoopPredicate) {
|
||||
// Add predicate to single entry (not irreducible) loop head.
|
||||
assert(!block->has_merged_backedge(), "only entry paths should be merged for now");
|
||||
// Need correct bci for predicate.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue