[all-commits] [llvm/llvm-project] 7ad4b2: [RISCV][CSKY][Loong] Pass Twine by const reference...
Craig Topper via All-commits
all-commits at lists.llvm.org
Wed Apr 26 10:47:33 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7ad4b2622af9e5e19dc931b1877c5f9814f2b66b
https://github.com/llvm/llvm-project/commit/7ad4b2622af9e5e19dc931b1877c5f9814f2b66b
Author: Craig Topper <craig.topper at sifive.com>
Date: 2023-04-26 (Wed, 26 Apr 2023)
Changed paths:
M llvm/lib/Target/CSKY/AsmParser/CSKYAsmParser.cpp
M llvm/lib/Target/LoongArch/AsmParser/LoongArchAsmParser.cpp
M llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
Log Message:
-----------
[RISCV][CSKY][Loong] Pass Twine by const reference instead of by value. NFC
I think RISCV was the original here and the CSKY and Loong copied it.
More information about the All-commits
mailing list