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

Roberto Castañeda Lozano rcastanedalo at openjdk.org
Mon Sep 26 07:43:09 UTC 2022


> 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 three additional commits since the last revision:

 - Describe behavior in README.md
 - Use whitespaces consistently
 - Require C2

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/10402/files
  - new: https://git.openjdk.org/jdk/pull/10402/files/eea19928..0f9881df

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=10402&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=10402&range=00-01

  Stats: 4 lines in 2 files changed: 1 ins; 0 del; 3 mod
  Patch: https://git.openjdk.org/jdk/pull/10402.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/10402/head:pull/10402

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


More information about the hotspot-compiler-dev mailing list