RFR: 8308444: LoadStoreNode::result_not_used() is too conservative [v3]
Quan Anh Mai
qamai at openjdk.org
Sat Jun 10 04:24:52 UTC 2023
On Sat, 20 May 2023 00:27:08 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
>> Quan Anh Mai has updated the pull request incrementally with one additional commit since the last revision:
>>
>> wrong operand
>
> Implementation looks good to me. I have few comments about test.
> You need second review.
@vnkozlov I have addressed the reviews, the test is moved to `irTest`.
@TobiHartmann I have fixed the error, it is because a call node may return a membar on `bottom_type()`, I excluded them in the check.
Thanks a lot.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/14061#issuecomment-1585474467
More information about the hotspot-compiler-dev
mailing list