RFR: 8318219: RISC-V: C2 ExpandBits
Hamlin Li
mli at openjdk.org
Wed Nov 15 10:30:30 UTC 2023
On Tue, 14 Nov 2023 15:37:24 GMT, Hamlin Li <mli at openjdk.org> wrote:
> Hi,
> Can you review the change to add intrinsic for ExpandBits for Long & Integer?
> Thanks!
>
> related to: https://github.com/openjdk/jdk/pull/16481
>
> ## Test
> ### jtreg
> test/jdk/java/lang/CompressExpand*.java
> test/hotspot/jtreg/compiler/intrinsics/TestBitShuffleOpers.java
> test/hotspot/jtreg/compiler/intrinsics/
>
> ### gtest
> test/hotspot/gtest/opto/test_compress_expand_bits.cpp
Seems the C2_MacroAssembler::expand_bits_v and compress_bits_v could be merged, please let me known if you also think so too.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/16658#issuecomment-1812192618
More information about the hotspot-compiler-dev
mailing list