Duplicate :
|
|
Relates :
|
|
Relates :
|
Consider next case: if (a) { ... } for (; i<l;i++) {} The loop has 2 entry paths. Loop predicates are generated for each path and they have different code execution state. Later in IdealLoopTree::beautify_loops() a merge region will be created for these fall in paths separating predicates from the loop. As result those predicates will be removed. Investigate possibility to add an empty block before loop head block in CI flow to merge fall in paths only (not back branches).
|