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

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 8 17:30:40 PDT 2023


craig.topper added inline comments.


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


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