Patterns like `VectorMask.not(a.compare(VectorOperators.EQ, b))` can be optimized to `a.compare(VectorOperators.NE, b)`, which saves the `not` operation. This transformation can apply for all architectures.
- causes
-
JDK-8368205 [TESTBUG] VectorMaskCompareNotTest.java crashes when MaxVectorSize=8
-
- New
-
- relates to
-
JDK-8368206 RISC-V: compiler/vectorapi/VectorMaskCompareNotTest.java fails when running without RVV
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk/45cc515f
-
Review(master) openjdk/jdk/24674