[PATCH] D116350: [RISCV] Modification of RVV CSR test file

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 28 20:41:03 PST 2021


craig.topper added a comment.

In D116350#3212010 <https://reviews.llvm.org/D116350#3212010>, @VincentWu wrote:

> Whether Vector CSRs should be allowed to be accessed when V extensions are not enabled?
>
> I mean, is there a wrong implementation or a wrong test case?

I found this patch where the F extension check was removed from https://reviews.llvm.org/D58932 fcsr, fflags, and frm based on binutils not checking. But it looks like binutils may have implemented checking after that patch https://sourceware.org/legacy-ml/binutils/2019-12/msg00222.html


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D116350



More information about the llvm-commits mailing list