[all-commits] [llvm/llvm-project] c48210: [GISel] Make target's PartMapping, ValueMapping, a...
Craig Topper via All-commits
all-commits at lists.llvm.org
Thu Nov 9 17:04:10 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c4821073cdba29c747c50e818cf39c269f88e4fd
https://github.com/llvm/llvm-project/commit/c4821073cdba29c747c50e818cf39c269f88e4fd
Author: Craig Topper <craig.topper at sifive.com>
Date: 2023-11-09 (Thu, 09 Nov 2023)
Changed paths:
M llvm/lib/Target/AArch64/AArch64GenRegisterBankInfo.def
M llvm/lib/Target/AArch64/GISel/AArch64RegisterBankInfo.h
M llvm/lib/Target/ARM/ARMRegisterBankInfo.cpp
M llvm/lib/Target/M68k/GISel/M68kRegisterBankInfo.cpp
M llvm/lib/Target/Mips/MipsRegisterBankInfo.cpp
M llvm/lib/Target/PowerPC/GISel/PPCRegisterBankInfo.h
M llvm/lib/Target/PowerPC/PPCGenRegisterBankInfo.def
M llvm/lib/Target/RISCV/GISel/RISCVRegisterBankInfo.cpp
Log Message:
-----------
[GISel] Make target's PartMapping, ValueMapping, and BankIDToCopyMapIdx arrays const. (#71079)
AMDGPU arrays were already const.
More information about the All-commits
mailing list