[PATCH] D152423: [RISCV] Add function that check extension name with version
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 8 21:41:58 PDT 2023
craig.topper added inline comments.
================
Comment at: llvm/lib/Support/RISCVISAInfo.cpp:184
// will be at least more than one character.
-static size_t findFirstNonVersionCharacter(StringRef Ext) {
+static size_t findLastNonVersionCharacter(StringRef Ext) {
assert(!Ext.empty() &&
----------------
Can you make a separate patch for renaming this?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152423/new/
https://reviews.llvm.org/D152423
More information about the llvm-commits
mailing list