[all-commits] [llvm/llvm-project] b62111: [Transforms] Use llvm::erase_if (NFC)
kazutakahirata via All-commits
all-commits at lists.llvm.org
Thu Dec 17 19:53:39 PST 2020
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b62111671619a78e61b603493478fbac6e487df7
https://github.com/llvm/llvm-project/commit/b62111671619a78e61b603493478fbac6e487df7
Author: Kazu Hirata <kazu at google.com>
Date: 2020-12-17 (Thu, 17 Dec 2020)
Changed paths:
M llvm/lib/Transforms/Instrumentation/ControlHeightReduction.cpp
M llvm/lib/Transforms/Scalar/GuardWidening.cpp
M llvm/lib/Transforms/Scalar/IndVarSimplify.cpp
M llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
M llvm/lib/Transforms/Scalar/SROA.cpp
M llvm/lib/Transforms/Scalar/SpeculateAroundPHIs.cpp
M llvm/lib/Transforms/Utils/InlineFunction.cpp
M llvm/lib/Transforms/Utils/LowerSwitch.cpp
Log Message:
-----------
[Transforms] Use llvm::erase_if (NFC)
More information about the All-commits
mailing list