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

Hsiangkai Wang via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 29 00:29:53 PDT 2021


HsiangKai added inline comments.


================
Comment at: clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vfadd.c:13
 
+// ASM-NOT: warning
 #include <riscv_vector.h>
----------------
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.


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