[all-commits] [llvm/llvm-project] 098d33: [Transforms] Fixes -Wrange-loop-analysis warnings
mordante via All-commits
all-commits at lists.llvm.org
Sun Dec 22 10:20:51 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 098d3347e74ac89ea87744bf40ca98ade5e8468e
https://github.com/llvm/llvm-project/commit/098d3347e74ac89ea87744bf40ca98ade5e8468e
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2019-12-22 (Sun, 22 Dec 2019)
Changed paths:
M llvm/lib/Transforms/IPO/WholeProgramDevirt.cpp
M llvm/lib/Transforms/Scalar/LoopLoadElimination.cpp
M llvm/lib/Transforms/Scalar/SCCP.cpp
M llvm/lib/Transforms/Utils/InlineFunction.cpp
M llvm/lib/Transforms/Utils/LoopUnrollPeel.cpp
Log Message:
-----------
[Transforms] Fixes -Wrange-loop-analysis warnings
This avoids new warnings due to D68912 adds -Wrange-loop-analysis to -Wall.
Differential Revision: https://reviews.llvm.org/D71810
More information about the All-commits
mailing list