JDK 22 |
---|
22 masterFixed |
Blocks :
|
|
Relates :
|
The following code seems to be too restrictive if some non-CFG nodes could be vectorized but are pinned outside the loop at different CFG nodes: https://github.com/openjdk/jdk/blob/a420ff48da7d8861a874ea6f7278249c20113215/src/hotspot/share/opto/superword.cpp#L1364-L1397 This was found while working on JDK-8288981 where some non-CFG nodes are at different Hoisted Predicate nodes compared to mainline (all at same node).
|