[all-commits] [llvm/llvm-project] 5c1f44: [RISCV] Simplify PrintExtension. NFC (#75427)
Craig Topper via All-commits
all-commits at lists.llvm.org
Sun Dec 17 19:21:51 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5c1f44193dd6a7d3453fc002130f5cbc7cb351c2
https://github.com/llvm/llvm-project/commit/5c1f44193dd6a7d3453fc002130f5cbc7cb351c2
Author: Craig Topper <craig.topper at sifive.com>
Date: 2023-12-17 (Sun, 17 Dec 2023)
Changed paths:
M llvm/lib/Support/RISCVISAInfo.cpp
Log Message:
-----------
[RISCV] Simplify PrintExtension. NFC (#75427)
Instead of using a format string that needs to be parsed, we can use
left_justify to print each string with padding.
More information about the All-commits
mailing list