[all-commits] [llvm/llvm-project] f906e3: [RISCV] Fold processSingleLetterExtension/processM...
Craig Topper via All-commits
all-commits at lists.llvm.org
Thu Jun 27 15:04:43 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f906e3dd62b979814658e8610388117dd7db7bbf
https://github.com/llvm/llvm-project/commit/f906e3dd62b979814658e8610388117dd7db7bbf
Author: Craig Topper <craig.topper at sifive.com>
Date: 2024-06-27 (Thu, 27 Jun 2024)
Changed paths:
M llvm/lib/TargetParser/RISCVISAInfo.cpp
Log Message:
-----------
[RISCV] Fold processSingleLetterExtension/processMultiLetterExtension into RISCVISAInfo::parseArchString.
The end of both functions was very similar. Merging reduces the
duplication.
I'm planning to make additional changes to this code soon.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list