Withdrawn: 8321003: RISC-V: C2 MulReductionVI

duke duke at openjdk.org
Tue Oct 22 22:32:14 UTC 2024


On Tue, 30 Apr 2024 09:48:11 GMT, Hamlin Li <mli at openjdk.org> wrote:

> Hi,
> Can you help to review this patch to implement MulReductionVI/MulReductionVL/MulReductionVF/MulReductionVD?
> On riscv, there is no straightforward instructions to do it, but we can do it with a reduction tree, which could reduce the time complexity to lg(N).
> Thanks
> 
> ## Performance
> TBD

This pull request has been closed without being integrated.

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

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


More information about the hotspot-compiler-dev mailing list