[PATCH] D72210: [NFC] Fixes -Wrange-loop-analysis warnings
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jan 4 12:33:46 PST 2020
MaskRay added a comment.
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>.
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