[PATCH] D139451: [NFC] Use Register instead of unsigned integer for variables that receive a Register object
Alf via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 6 12:48:08 PST 2022
gAlfonso-bit created this revision.
gAlfonso-bit added a reviewer: MaskRay.
gAlfonso-bit added a project: LLVM.
Herald added subscribers: StephenFan, kbarton, hiraditya, nemanjai, MatzeB.
Herald added a project: All.
gAlfonso-bit requested review of this revision.
Herald added a subscriber: llvm-commits.
Otherwise we will just be wasting time converting to and from unsigned integers and Register objects
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D139451
Files:
llvm/lib/CodeGen/CFIInstrInserter.cpp
llvm/lib/CodeGen/DetectDeadLanes.cpp
llvm/lib/CodeGen/GlobalISel/InstructionSelect.cpp
llvm/lib/CodeGen/LiveIntervalCalc.cpp
llvm/lib/CodeGen/LiveRangeEdit.cpp
llvm/lib/CodeGen/MIRPrinter.cpp
llvm/lib/CodeGen/PHIElimination.cpp
llvm/lib/CodeGen/RenameIndependentSubregs.cpp
llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp
llvm/lib/CodeGen/SplitKit.cpp
llvm/lib/CodeGen/VirtRegMap.cpp
llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp
llvm/lib/Target/PowerPC/PPCFastISel.cpp
llvm/lib/Target/PowerPC/PPCInstrInfo.cpp
llvm/lib/Target/SystemZ/SystemZFrameLowering.cpp
llvm/unittests/CodeGen/GlobalISel/LegalizerHelperTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139451.480584.patch
Type: text/x-patch
Size: 16206 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221206/23c750ce/attachment.bin>
More information about the llvm-commits
mailing list