Integrated: 8294236: [IR Framework] CPU preconditions are overriden by regular preconditions

Roberto Castañeda Lozano rcastanedalo at openjdk.org
Mon Oct 3 07:43:24 UTC 2022


On Fri, 23 Sep 2022 07:55:15 GMT, Roberto Castañeda Lozano <rcastanedalo at openjdk.org> wrote:

> This changeset ensures that all preconditions of a IR test (`applyIf`, `applyIfCPUFeature`, etc.) are evaluated as a logical conjunction to determine whether the test's IR check should be applied.
> 
> #### Testing
> 
> - tier1-3 (windows-x64, linux-x64, linux-aarch64, and macosx-x64).
> - IR framework tests in `test/hotspot/jtreg/testlibrary_tests/ir_framework` (linux-x64).

This pull request has now been integrated.

Changeset: 5fe837a3
Author:    Roberto Castañeda Lozano <rcastanedalo at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/5fe837a35e03dc7a1a5f7fc8a2d0350573f4b81f
Stats:     155 lines in 3 files changed: 90 ins; 64 del; 1 mod

8294236: [IR Framework] CPU preconditions are overriden by regular preconditions

Reviewed-by: chagedorn, pli, kvn

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

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


More information about the hotspot-compiler-dev mailing list