[all-commits] [llvm/llvm-project] 1919ad: [RISCV] Fix the problem of parsing long version nu...

Shao-Ce SUN via All-commits all-commits at lists.llvm.org
Mon Jun 27 20:48:32 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1919adb19b4a0aeaef7f3b75a90062166b58b261
      https://github.com/llvm/llvm-project/commit/1919adb19b4a0aeaef7f3b75a90062166b58b261
  Author: Shao-Ce SUN <sunshaoce at iscas.ac.cn>
  Date:   2022-06-28 (Tue, 28 Jun 2022)

  Changed paths:
    M llvm/lib/Support/RISCVISAInfo.cpp

  Log Message:
  -----------
  [RISCV] Fix the problem of parsing long version numbers

For example, when parsing Zbpbo0p911, an error will be reported:
"multi-character extensions must be separated by underscores"

Reviewed By: asb

Differential Revision: https://reviews.llvm.org/D128644




More information about the All-commits mailing list