RFR: 8294194: [AArch64] Create intrinsics compress and expand [v2]

Andrew Dinn adinn at openjdk.org
Mon Oct 31 21:38:27 UTC 2022


On Mon, 31 Oct 2022 15:32:34 GMT, Stuart Monteith <smonteith at openjdk.org> wrote:

>> The CompressBits and ExpandBits nodes won't even be emitted, so the predicates would be redundant here - this is a consequence of them being intrinsics - otherwise it would be the Java implementations of the methods.
>> I can deal with the CacheWBs in a separate PR.
>
> I've opened https://bugs.openjdk.org/browse/JDK-8296132 , PR to follow.

Thanks Stuart

-------------

PR: https://git.openjdk.org/jdk/pull/10537


More information about the hotspot-compiler-dev mailing list