[all-commits] [llvm/llvm-project] 3aed28: [CodeGen] Use range-based for loops (NFC)
kazutakahirata via All-commits
all-commits at lists.llvm.org
Fri Dec 3 20:46:17 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3aed2822574f7062122fc940786024ca869d21c4
https://github.com/llvm/llvm-project/commit/3aed2822574f7062122fc940786024ca869d21c4
Author: Kazu Hirata <kazu at google.com>
Date: 2021-12-03 (Fri, 03 Dec 2021)
Changed paths:
M llvm/lib/CodeGen/AggressiveAntiDepBreaker.cpp
M llvm/lib/CodeGen/BranchFolding.cpp
M llvm/lib/CodeGen/CodeGenPrepare.cpp
M llvm/lib/CodeGen/CriticalAntiDepBreaker.cpp
M llvm/lib/CodeGen/GlobalISel/LoadStoreOpt.cpp
M llvm/lib/CodeGen/InterferenceCache.cpp
M llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp
M llvm/lib/CodeGen/LiveDebugValues/VarLocBasedImpl.cpp
M llvm/lib/CodeGen/LiveDebugVariables.cpp
M llvm/lib/CodeGen/LiveVariables.cpp
M llvm/lib/CodeGen/MachineTraceMetrics.cpp
Log Message:
-----------
[CodeGen] Use range-based for loops (NFC)
More information about the All-commits
mailing list