RFR: 8282365: Optimize divideUnsigned and remainderUnsigned for constants [v25]
Emanuel Peter
epeter at openjdk.org
Mon Oct 9 12:00:28 UTC 2023
On Fri, 6 Oct 2023 17:50:23 GMT, Quan Anh Mai <qamai at openjdk.org> wrote:
>> test/hotspot/jtreg/compiler/integerArithmetic/DivisionByConstant.java line 184:
>>
>>> 182:
>>> 183: @Test
>>> 184: @IR(failOn = IRNode.DIV)
>>
>> Can you maybe also add some methods with IR rules that actually have present `IRNode.DIV` etc, just as a control test?
>
> Done
https://github.com/openjdk/jdk/pull/9947#discussion_r1349149415
Where did you put them? Not in this file?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/9947#discussion_r1350202057
More information about the hotspot-compiler-dev
mailing list