Integrated: 8330095: RISC-V: Remove obsolete vandn_vi instruction

Gui Cao gcao at openjdk.org
Fri Apr 12 11:44:45 UTC 2024


On Thu, 11 Apr 2024 11:17:49 GMT, Gui Cao <gcao at openjdk.org> wrote:

> Hi, We notice that the `vandn_vi` instruction is defined in the current code and is not used anywhere, it is not available in the riscv-crypto Release-1.0.0 manual. The `vandn_vi` instruction is present in earlier riscv-crypto manual, but the `vandnvi` has been removed from the https://github.com/riscv/riscv-crypto/commit/82a02f09668adb18dfee5dfc45a0ce7d3af10103 commit.
> 
> ### Testing
> - [x]  fastdebug build successfully

This pull request has now been integrated.

Changeset: 77a217df
Author:    Gui Cao <gcao at openjdk.org>
Committer: Fei Yang <fyang at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/77a217df6000190cf73a1ca42a42cbcec42fb60f
Stats:     1 line in 1 file changed: 0 ins; 1 del; 0 mod

8330095: RISC-V: Remove obsolete vandn_vi instruction

Reviewed-by: fyang, luhenry

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

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


More information about the hotspot-compiler-dev mailing list