[all-commits] [llvm/llvm-project] 67aeae: [llvm] Use range-based for loops (NFC)
kazutakahirata via All-commits
all-commits at lists.llvm.org
Sat Dec 11 22:34:26 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 67aeae0138ff1eac07165f247e39a3bdaa5b17a4
https://github.com/llvm/llvm-project/commit/67aeae0138ff1eac07165f247e39a3bdaa5b17a4
Author: Kazu Hirata <kazu at google.com>
Date: 2021-12-11 (Sat, 11 Dec 2021)
Changed paths:
M llvm/lib/CodeGen/VLIWMachineScheduler.cpp
M llvm/lib/Target/AMDGPU/AMDGPUReplaceLDSUseWithPointer.cpp
M llvm/lib/Target/AMDGPU/AMDILCFGStructurizer.cpp
M llvm/lib/Target/AMDGPU/R600ControlFlowFinalizer.cpp
M llvm/lib/Target/AMDGPU/R600InstrInfo.cpp
M llvm/lib/Target/AMDGPU/R600Packetizer.cpp
Log Message:
-----------
[llvm] Use range-based for loops (NFC)
More information about the All-commits
mailing list