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

Fei Yang fyang at openjdk.org
Thu Apr 11 11:27:01 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

LGTM.

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

Marked as reviewed by fyang (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/18737#pullrequestreview-1993919936


More information about the hotspot-compiler-dev mailing list