craig.topper added inline comments.

================
Comment at: llvm/lib/Target/RISCV/RISCV.td:225
+def HasStdExtVIntegerEEW32
+    : Predicate<"Subtarget->hasStdExtV() || SubTarget->hasStdExtZve32x()">,
+      AssemblerPredicate<
----------------
StdExtV depends on Zve64d which depends on FeatureStdExtZve64f which depends on 
FeatureStdExtZve32f which depends on FeatureStdExtZve32x. Do we need to check 
both hasStdExtV and hasStdExtZve32x here or could we just check hasStdExtZve32x?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D112408

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

Reply via email to