RFR: 8278471: Remove unreached rules in AddNode::IdealIL [v3]

Zhiqiang Zang duke at openjdk.java.net
Thu Dec 16 01:29:04 UTC 2021


On Wed, 15 Dec 2021 04:02:12 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:

> Before you integrate this, please, add IR framework test which checks that conversions are really happened. Especially ones you removed.

Thanks a lot @vnkozlov for the suggestion of IR test. I added a test and found long type not working. Then I realized "long" did not have two conversions as "int" so I added them. These IR tests helped! Thank you!

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

PR: https://git.openjdk.java.net/jdk/pull/6752


More information about the hotspot-compiler-dev mailing list