Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
lgtm with a comment inline
llvm/include/llvm/Analysis/LoopInfoImpl.h | ||
---|---|---|
249 ↗ | (On Diff #65539) | Since you're touching this code, can you (in a separate change) change this loop to use std::any_of? Even better would be if you add a children function (that directly returns a range) and use llvm::any_of. |
llvm/include/llvm/Analysis/LoopInfoImpl.h | ||
---|---|---|
249 ↗ | (On Diff #65539) | Cleanup committed in https://reviews.llvm.org/rL276835 |