On Mon, 6 Jul 2026 15:46:20 GMT, Martin Doerr <[email protected]> wrote:
>> Daisuke Yamazaki has updated the pull request incrementally with one >> additional commit since the last revision: >> >> More fold C1 substitutability check for identical operands > > src/hotspot/share/c1/c1_LIRGenerator.cpp line 3369: > >> 3367: __ move(equal_result, result); >> 3368: return; >> 3369: } > > Good idea. Are the platform specific parts still needed after this? You are right, they are not needed any more after this, I think. Thanks for pointing out..! This is not a large change, so I'll clean up the platform-specific codes with this PR as well. ------------- PR Review Comment: https://git.openjdk.org/valhalla/pull/2628#discussion_r3530321159
