ksyx added inline comments.

================
Comment at: llvm/lib/Target/RISCV/RISCVSubtarget.h:38
   bool HasStdExtM = false;
+  bool HasStdExtZmmul = false;
   bool HasStdExtA = false;
----------------
ksyx wrote:
> jrtc27 wrote:
> > Ditto
> The pattern here seems to be that Z* extensions is following its parent their 
> parent extensions, should we follow it? (See B and V)
But for Zfh it is not following HasStdExtF 🤔 


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

https://reviews.llvm.org/D103313

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

Reply via email to