[PATCH] D72210: [NFC] Fixes -Wrange-loop-analysis warnings
Mark de Wever via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jan 4 12:52:40 PST 2020
Mordante added a comment.
In D72210#1804355 <https://reviews.llvm.org/D72210#1804355>, @MaskRay wrote:
> You can drop changes to lld. I've fixed lld -Wrange-loop-analysis a few days ago in 681b1be774964a804beabfb7c5e3bdab8f979e4a <https://reviews.llvm.org/rG681b1be774964a804beabfb7c5e3bdab8f979e4a> . (`Archive::Child c` was also deleted).
>
> For mlir, only `mlir/lib/Dialect/Linalg/Utils/Utils.cpp:117:8` needs a fix. I've fixed others in eeef50b1fee91dbe993187324003d2665ceae331 <https://reviews.llvm.org/rGeeef50b1fee91dbe993187324003d2665ceae331>.
Thanks for fixing those!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72210/new/
https://reviews.llvm.org/D72210
More information about the llvm-commits
mailing list