[all-commits] [llvm/llvm-project] 7ab947: [RISCV] Make Zvfh depend on Zfhmin.

Jianjian Guan via All-commits all-commits at lists.llvm.org
Tue May 9 18:46:33 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7ab9478560abb0750bc1f4c1bc8ca0462b0a2fef
      https://github.com/llvm/llvm-project/commit/7ab9478560abb0750bc1f4c1bc8ca0462b0a2fef
  Author: Jianjian GUAN <jacquesguan at me.com>
  Date:   2023-05-10 (Wed, 10 May 2023)

  Changed paths:
    M llvm/lib/Support/RISCVISAInfo.cpp
    M llvm/lib/Target/RISCV/RISCVFeatures.td
    M llvm/lib/Target/RISCV/RISCVSubtarget.h

  Log Message:
  -----------
  [RISCV] Make Zvfh depend on Zfhmin.

According to the v spec, the Zvfh extension depends on the Zve32f and Zfhmin extensions.

Reviewed By: craig.topper

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




More information about the All-commits mailing list