[PATCH] D158259: [clang][RISCV] Support operators for RVV sizeless vector types

Jianjian Guan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 22 01:01:03 PDT 2023


jacquesguan marked an inline comment as done.
jacquesguan added inline comments.


================
Comment at: clang/test/CodeGen/riscv-rvv-vla-arith-ops.c:90
+//
+vfloat32m1_t add_f32(vfloat32m1_t a, vfloat32m1_t b) {
+  return a + b;
----------------
Jim wrote:
> Do we support operation for vfloat16 here?
Thanks to point it. I added fp16 vector cases.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D158259



More information about the cfe-commits mailing list