[PATCH] D105168: [RISCV] Unify the arch string parsing logic to RISCVISAInfo.

Jim Lin via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 2 22:11:09 PDT 2021


Jim added inline comments.


================
Comment at: llvm/lib/Support/RISCVISAInfo.cpp:416
+                            ExtensionInfoIterator->Version.Minor);
+      if (ExtName == "e") {
+        if (XLen != 32)
----------------
Could this checking put before ISAInfo->addExtension...


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105168



More information about the cfe-commits mailing list