[PATCH] D152506: [NFC][RISCV] rename findFirstNonVersionCharacter with findLastNonVersionCharacter

Jessica Clarke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 11 23:19:36 PDT 2023


jrtc27 added inline comments.


================
Comment at: llvm/lib/Support/RISCVISAInfo.cpp:177
 
 // This function finds the first character that doesn't belong to a version
 // (e.g. zba1p0 is extension 'zba' of version '1p0'). So the function will
----------------
Last?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D152506



More information about the llvm-commits mailing list