[PATCH] D154171: [RISCV] Mark zvkn* and zvks* extensions as enabled when all their subextensions are.

Craig Topper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 29 18:17:28 PDT 2023


craig.topper added a comment.

In D154171#4462182 <https://reviews.llvm.org/D154171#4462182>, @eopXD wrote:

> ~~Do we need to do the same for v extension?~~
>
> I didn't understand the problem fully, we don't need to care about v extension here because 'v' itself adds something new to the architecture.

Correct. V has some SEW=64 multiply instructions that aren't in zve64*.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D154171/new/

https://reviews.llvm.org/D154171



More information about the cfe-commits mailing list