[PATCH] D136264: [libunwind][RISCV] Support reading of VLENB CSR register

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 24 19:42:14 PDT 2022


MaskRay requested changes to this revision.
MaskRay added a comment.
This revision now requires changes to proceed.

Can you write a test?



================
Comment at: libunwind/include/libunwind.h:1026
   UNW_RISCV_F31 = 63,
+  UNW_RISCV_VLENB = 0x1C22
 };
----------------



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

https://reviews.llvm.org/D136264



More information about the llvm-commits mailing list