[all-commits] [llvm/llvm-project] 852431: Tweak some uses of std::iota to skip initializing ...
Benjamin Kramer via All-commits
all-commits at lists.llvm.org
Fri Feb 4 08:10:35 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 85243124cf7ab25df3dec14f802f6eca9cf68b39
https://github.com/llvm/llvm-project/commit/85243124cf7ab25df3dec14f802f6eca9cf68b39
Author: Benjamin Kramer <benny.kra at googlemail.com>
Date: 2022-02-04 (Fri, 04 Feb 2022)
Changed paths:
M llvm/lib/LTO/LTO.cpp
M llvm/lib/Target/PowerPC/PPCISelLowering.cpp
M llvm/lib/Transforms/IPO/IROutliner.cpp
M llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp
Log Message:
-----------
Tweak some uses of std::iota to skip initializing the underlying storage. NFCI.
More information about the All-commits
mailing list