[PATCH] D105001: [Clang][RISCV] Support half-precision floating point for RVV intrinsics.

Zakk Chen via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 12 19:07:23 PDT 2021


khchen added inline comments.


================
Comment at: clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vfadd.c:13
 
+// ASM-NOT: warning
 #include <riscv_vector.h>
----------------
HsiangKai wrote:
> craig.topper wrote:
> > Do you plan to bring back the ASM check for all tests?
> No, I will remove it. This is the first patch to enable half-precision for RVV intrinsics. I just added it to ensure the backend could handle it correctly.
I think you will remove riscv32 tests too, right?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105001



More information about the cfe-commits mailing list