RFR: 8321712: C2: "failed: Multiple uses of register" in C2_MacroAssembler::vminmax_fp [v5]
Sandhya Viswanathan
sviswanathan at openjdk.org
Wed Jan 10 18:12:28 UTC 2024
On Tue, 9 Jan 2024 15:14:33 GMT, Jatin Bhateja <jbhateja at openjdk.org> wrote:
>> Should we "short cut" code when registers are the same?
>
>> Should we "short cut" code when registers are the same?
>
> Hi @sviswa7 , An identity transformation may be useful here to prevent generating MaxF/D in case both the arguments are same.
Thanks a lot @jatin-bhateja for the review.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/17315#issuecomment-1885368974
More information about the hotspot-compiler-dev
mailing list