RFR: 8290730: compiler/vectorization/TestAutoVecIntMinMax.java failed with "IRViolationException: There were one or multiple IR rule failures."
Bhavana-Kilambi
duke at openjdk.org
Fri Jul 22 09:47:25 UTC 2022
… "IRViolationException: There were one or multiple IR rule failures."
The IR test - TestAutoVecIntMinMax.java was introduced in https://bugs.openjdk.org/browse/JDK-8288107 to test IR generation of MaxV and MinV nodes when the MinI/MaxI nodes are auto-vectorized.
However, the corresponding vector ISA support for min/max on x64 machines is only available in SSE versions > 3 and AVX.
The "@requires" annotation in the JTREG test has been modified to use the whitelisted flags instead.
Deleting the entry for this JTREG test in test/hotspot/jtreg/ProblemList.txt.
-------------
Commit messages:
- 8290730: compiler/vectorization/TestAutoVecIntMinMax.java failed with "IRViolationException: There were one or multiple IR rule failures."
Changes: https://git.openjdk.org/jdk/pull/9610/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=9610&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8290730
Stats: 4 lines in 2 files changed: 0 ins; 2 del; 2 mod
Patch: https://git.openjdk.org/jdk/pull/9610.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/9610/head:pull/9610
PR: https://git.openjdk.org/jdk/pull/9610
More information about the hotspot-compiler-dev
mailing list