[all-commits] [llvm/llvm-project] a5e5ee: Revert "[RISCV] Add Zvfhmin extension for clang."

Craig Topper via All-commits all-commits at lists.llvm.org
Wed May 31 10:18:04 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a5e5eea29ca9e5b5d191b0316ecd8434a6c5afe1
      https://github.com/llvm/llvm-project/commit/a5e5eea29ca9e5b5d191b0316ecd8434a6c5afe1
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2023-05-31 (Wed, 31 May 2023)

  Changed paths:
    M clang/include/clang/Basic/riscv_vector.td
    M clang/include/clang/Support/RISCVVIntrinsicUtils.h
    M clang/lib/Sema/Sema.cpp
    M clang/lib/Sema/SemaRISCVVectorLookup.cpp
    R clang/test/CodeGen/RISCV/rvv-intrinsics-handcrafted/zvfhmin-error.c
    R clang/test/CodeGen/RISCV/rvv-intrinsics-handcrafted/zvfhmin.c
    M clang/test/Sema/riscv-vector-float16-check.c
    M clang/utils/TableGen/RISCVVEmitter.cpp
    M llvm/lib/Support/RISCVISAInfo.cpp
    M llvm/lib/Target/RISCV/RISCVFeatures.td

  Log Message:
  -----------
  Revert "[RISCV] Add Zvfhmin extension for clang."

This reverts commit 35a0079238ce9fc36cdc8c6a2895eb5538bf7b4a.

The backend support is not present yet. The intrinsics will crash
the compiler if compiled to assembly or binary.




More information about the All-commits mailing list