[all-commits] [llvm/llvm-project] 41cb68: [CodeGen] Use range-based for loops (NFC)
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Sun Dec 24 22:46:07 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 41cb686d0f05d2ed35e52f8c5e498ca3dd0809c4
https://github.com/llvm/llvm-project/commit/41cb686d0f05d2ed35e52f8c5e498ca3dd0809c4
Author: Kazu Hirata <kazu at google.com>
Date: 2023-12-24 (Sun, 24 Dec 2023)
Changed paths:
M llvm/lib/CodeGen/LiveRangeEdit.cpp
M llvm/lib/CodeGen/MachineInstrBundle.cpp
M llvm/lib/CodeGen/RegisterClassInfo.cpp
M llvm/lib/CodeGen/RegisterCoalescer.cpp
M llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
M llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
M llvm/lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
M llvm/lib/CodeGen/TwoAddressInstructionPass.cpp
Log Message:
-----------
[CodeGen] Use range-based for loops (NFC)
More information about the All-commits
mailing list