[PATCH] D150016: [RISCV] Make Zvfh depend on Zfhmin.

Jianjian Guan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 8 19:31:04 PDT 2023


jacquesguan added inline comments.


================
Comment at: llvm/lib/Support/RISCVISAInfo.cpp:869
 
   if (Exts.count("zvfh") && !Exts.count("zfh") && !Exts.count("zfhmin"))
     return createStringError(
----------------
craig.topper wrote:
> This can be removed.
Done.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D150016



More information about the llvm-commits mailing list