Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
llvm/include/llvm/Analysis/LoopInfo.h | ||
---|---|---|
524 ↗ | (On Diff #192732) | nit about wording: Obtain the unique incoming and back edge. Return false if ....; otherwise return true. |
Paths
| Differential D59967
[llvm][NFC] Factor out logic for getting incoming & back Loop edges ClosedPublic Authored by mtrofin on Mar 28 2019, 3:48 PM.
Details
Diff Detail
Event Timeline
This revision is now accepted and ready to land.Mar 29 2019, 9:34 AM Closed by commit rL357284: [llvm][NFC] Factor out logic for getting incoming & back Loop edges (authored by mtrofin). · Explain WhyMar 29 2019, 10:40 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 192861 llvm/trunk/include/llvm/Analysis/LoopInfo.h
llvm/trunk/lib/Analysis/LoopInfo.cpp
|