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

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


On Thu, 29 Sep 2022 10:36:24 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).
>
> Roberto Castañeda Lozano has updated the pull request incrementally with two additional commits since the last revision:
> 
>  - Use else-if, remove single-use Boolean variables, factor out duplicated code
>  - Clarify comment in test case

Thanks for reviewing, Christian and Vladimir!

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

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


More information about the hotspot-compiler-dev mailing list