[PATCH] D150253: [RISCV] Add Zvfhmin extension.

Michael Maitland via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 23 15:22:56 PDT 2023


michaelmaitland added inline comments.


================
Comment at: clang/test/CodeGen/RISCV/rvv-intrinsics-handcrafted/zvfhmin-error.c:15
+
+
+
----------------
Do we need a test that checks calls to `__riscv_vfwcvt_f` and `__riscv_vfncvt_f` using type `vfloat16m1_t` without zvfh nor zvfhmin lead to the expected error asking for `zvfh or zvfhmin`?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D150253



More information about the cfe-commits mailing list