[all-commits] [llvm/llvm-project] 77bb82: [Clang][RISCV] Support half-precision floating poi...

Kai Wang via All-commits all-commits at lists.llvm.org
Mon Jul 19 08:17:48 PDT 2021


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

  Changed paths:
    M clang/include/clang/Basic/Builtins.def
    M clang/include/clang/Basic/riscv_vector.td
    M clang/lib/AST/ASTContext.cpp
    M clang/lib/Basic/Targets/RISCV.h
    M clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vfadd.c
    M clang/test/CodeGen/RISCV/rvv-intrinsics/vfadd.c
    M clang/utils/TableGen/RISCVVEmitter.cpp

  Log Message:
  -----------
  [Clang][RISCV] Support half-precision floating point for RVV intrinsics.

Use _Float16 as the half-precision floating point type. Define a new
type specifier 'x' for the _Float16 type.

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




More information about the All-commits mailing list