[all-commits] [llvm/llvm-project] cb38be: [NFC] Use Register instead of unsigned for variabl...
Rose via All-commits
all-commits at lists.llvm.org
Tue Dec 6 16:23:47 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cb38be9ed3af2331fb340916e178d3bff52030bc
https://github.com/llvm/llvm-project/commit/cb38be9ed3af2331fb340916e178d3bff52030bc
Author: Gregory Alfonso <gfunni234 at gmail.com>
Date: 2022-12-07 (Wed, 07 Dec 2022)
Changed paths:
M llvm/lib/CodeGen/CFIInstrInserter.cpp
M llvm/lib/CodeGen/DetectDeadLanes.cpp
M llvm/lib/CodeGen/GlobalISel/InstructionSelect.cpp
M llvm/lib/CodeGen/LiveIntervalCalc.cpp
M llvm/lib/CodeGen/LiveRangeEdit.cpp
M llvm/lib/CodeGen/MIRPrinter.cpp
M llvm/lib/CodeGen/PHIElimination.cpp
M llvm/lib/CodeGen/RenameIndependentSubregs.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
M llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp
M llvm/lib/CodeGen/SplitKit.cpp
M llvm/lib/CodeGen/VirtRegMap.cpp
M llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp
M llvm/lib/Target/PowerPC/PPCInstrInfo.cpp
M llvm/unittests/CodeGen/GlobalISel/LegalizerHelperTest.cpp
Log Message:
-----------
[NFC] Use Register instead of unsigned for variables that receive a Register object
Reviewed By: MaskRay
Differential Revision: https://reviews.llvm.org/D139451
More information about the All-commits
mailing list