[all-commits] [llvm/llvm-project] 4aabed: [InstCombine] Uppercase some variable names (NFC)
Ricky Zhou via All-commits
all-commits at lists.llvm.org
Sun Jan 30 06:17:37 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4aabed05a8190c9c2b2f0dde2f48036f7146dcaa
https://github.com/llvm/llvm-project/commit/4aabed05a8190c9c2b2f0dde2f48036f7146dcaa
Author: Ricky Zhou <ricky+llvm at rzhou.org>
Date: 2022-01-30 (Sun, 30 Jan 2022)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombinePHI.cpp
Log Message:
-----------
[InstCombine] Uppercase some variable names (NFC)
Uppercase some variable names, per LLVM coding standards. This change
intentionally does not rename every miscased variable, as a follow-up
change ( D116086 ) intends to eliminate many of those by switching
loops to range for loops.
Differential Revision: https://reviews.llvm.org/D118553
Commit: de80b53d1acffac30b1ab5d689d1944c16110d2f
https://github.com/llvm/llvm-project/commit/de80b53d1acffac30b1ab5d689d1944c16110d2f
Author: Ricky Zhou <ricky+llvm at rzhou.org>
Date: 2022-01-30 (Sun, 30 Jan 2022)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombinePHI.cpp
Log Message:
-----------
[InstCombine] Use range for loops (NFC)
Preliminary clean-up for D115113
Differential Revision: https://reviews.llvm.org/D116086
Compare: https://github.com/llvm/llvm-project/compare/6700a26d5f34...de80b53d1acf
More information about the All-commits
mailing list