craig.topper added inline comments.

================
Comment at: clang/lib/Sema/SemaRISCVVectorLookup.cpp:200
+  bool HasZvfhminOrZvfh = TI.hasFeature("experimental-zvfhmin") ||
+                          TI.hasFeature("experimental-zvfh");
 
----------------
You can reuse `HasZvfh` here


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D150253

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to