[PATCH] D103691: [RISCV] Add support for BITREVERSE for RVP

Jim Lin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 6 04:08:49 PDT 2021


Jim added a comment.

In D103691#2798807 <https://reviews.llvm.org/D103691#2798807>, @jrtc27 wrote:

> I do not think RVP needs its own subdirectory for CodeGen tests. RVV has one because the extension is massive, but RVP is comparatively small. It should be like all the others. Especially since I think we should be testing interesting combinations of extensions for various tests (e.g. bitmanip + P for things like this).

I am ongoing to move RVP tests out of its own subdirectory and add tests for the combination of bitmanip + P.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103691



More information about the llvm-commits mailing list