[all-commits] [llvm/llvm-project] 9ba5bb: [NFC][LoopIdiom] Make for loops more readable
yurai007 via All-commits
all-commits at lists.llvm.org
Thu Oct 21 03:19:59 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9ba5bb43099db70031e0df6a438e7cb56fb05540
https://github.com/llvm/llvm-project/commit/9ba5bb43099db70031e0df6a438e7cb56fb05540
Author: Dawid Jurczak <dawid_jurek at vp.pl>
Date: 2021-10-21 (Thu, 21 Oct 2021)
Changed paths:
M llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp
Log Message:
-----------
[NFC][LoopIdiom] Make for loops more readable
Patch simplifies for loops in LIR following LLVM guidelines: https://llvm.org/docs/CodingStandards.html#use-range-based-for-loops-wherever-possible.
Differential Revision: https://reviews.llvm.org/D112077
More information about the All-commits
mailing list