RFR: 8327381: Refactor type-improving transformations in BoolNode::Ideal to BoolNode::Value [v11]

Christian Hagedorn chagedorn at openjdk.org
Thu Aug 22 06:02:07 UTC 2024


On Thu, 15 Aug 2024 06:39:20 GMT, Emanuel Peter <epeter at openjdk.org> wrote:

> In a later and separate RFE, we can then adjust the regex for all nodes, in a bulk update.

Good idea, I filed [JDK-8338809](https://bugs.openjdk.org/browse/JDK-8338809) to follow up on this after this PR gets integrated. But for now, I suggest to use an explicit regex as suggested above with `@IR(counts = {IRNode.CMP_U + "\b", "1"}`. We can then follow up and change this IR test once JDK-8338809 is tackled.

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

PR Comment: https://git.openjdk.org/jdk/pull/18198#issuecomment-2303846952


More information about the hotspot-compiler-dev mailing list