[all-commits] [llvm/llvm-project] 89ce64: [Clang][RISCV] Add half-precision FP for vle16/vse16.

Kai Wang via All-commits all-commits at lists.llvm.org
Tue Jul 20 18:56:01 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 89ce6449024d2b288b825e815ab5cc11faf04d22
      https://github.com/llvm/llvm-project/commit/89ce6449024d2b288b825e815ab5cc11faf04d22
  Author: Hsiangkai Wang <kai.wang at sifive.com>
  Date:   2021-07-21 (Wed, 21 Jul 2021)

  Changed paths:
    M clang/include/clang/Basic/riscv_vector.td
    M clang/test/CodeGen/RISCV/rvv-intrinsics/vle.c
    M clang/test/CodeGen/RISCV/rvv-intrinsics/vse.c

  Log Message:
  -----------
  [Clang][RISCV] Add half-precision FP for vle16/vse16.

I missed to add half-precision FP types for vle16/vse16 in the previous
patches. Added them in this patch.

Differential Revision: https://reviews.llvm.org/D106340




More information about the All-commits mailing list