Integrated: 8290730: compiler/vectorization/TestAutoVecIntMinMax.java failed with "IRViolationException: There were one or multiple IR rule failures."

Bhavana-Kilambi duke at openjdk.org
Mon Jul 25 09:12:09 UTC 2022


On Fri, 22 Jul 2022 09:40:37 GMT, Bhavana-Kilambi <duke at openjdk.org> wrote:

> … "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.

This pull request has now been integrated.

Changeset: 80dc6ceb
Author:    Bhavana Kilambi <bhavana.kilambi at arm.com>
Committer: Tobias Hartmann <thartmann at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/80dc6cebc90f7ed5c4a262e2dcd3bd54ce71eab1
Stats:     4 lines in 2 files changed: 0 ins; 2 del; 2 mod

8290730: compiler/vectorization/TestAutoVecIntMinMax.java failed with "IRViolationException: There were one or multiple IR rule failures."

Reviewed-by: jiefu, kvn, thartmann

-------------

PR: https://git.openjdk.org/jdk/pull/9610


More information about the hotspot-compiler-dev mailing list