There are many uses of:
node = intcon(x);
set_ctrl(node, C->root())
We should introduce a new method PhaseIdealLoop::intcon which is a wrapper that calls PhaseValue::intcon() and sets control to root. Then we do not need to worry about setting control which can easily be forgotten as for example inJDK-8343137.
node = intcon(x);
set_ctrl(node, C->root())
We should introduce a new method PhaseIdealLoop::intcon which is a wrapper that calls PhaseValue::intcon() and sets control to root. Then we do not need to worry about setting control which can easily be forgotten as for example in
- relates to
-
JDK-8343137 C2: VerifyLoopOptimizations fails with "Was reachable in only one"
- Resolved
- links to
-
Review(master) openjdk/jdk/21836