RFR: JDK-8331732 : [PPC64] Unify and optimize code which converts != 0 to 1 [v12]
Suchismith Roy
sroy at openjdk.org
Fri Jun 28 16:33:38 UTC 2024
On Fri, 28 Jun 2024 16:14:04 GMT, Amit Kumar <amitkumar at openjdk.org> wrote:
> My intention was to update normalize_bool method like this:
Yeah i got that. I agree with the is_64bit now. it makes sense to me now.
For the register R0, i am not sure if we should define it that way or can it cause interference with any other operation.
I was having some build failures when i was changing the Ret register, so i am not sure if the same can happen with the temporary register being used ?
-------------
PR Comment: https://git.openjdk.org/jdk/pull/19886#issuecomment-2197276829
More information about the hotspot-dev
mailing list