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

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 5 23:36:20 PDT 2023


craig.topper added inline comments.


================
Comment at: llvm/lib/Support/RISCVISAInfo.cpp:881
 
   if (Exts.count("zvfh") && !Exts.count("zfh") && !Exts.count("zfhmin") &&
       !Exts.count("zhinx") && !Exts.count("zhinxmin"))
----------------
I guess this can be deleted now?


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