They create a new vector with the list, so they can be const.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Paths
| Differential D110394
[NFC] Mark LI.getLoopsInPreorder and LI.getLoopsInReverseSiblingPreorder const. ClosedPublic Authored by fodinabor on Sep 24 2021, 2:58 AM.
Details Summary They create a new vector with the list, so they can be const.
Diff Detail
Unit TestsFailed Event TimelineThis revision is now accepted and ready to land.Sep 24 2021, 3:07 AM This revision was landed with ongoing or failed builds.Sep 24 2021, 3:27 AM Closed by commit rG9c30beaeb228: [NFC] Mark LI.getLoopsInPreorder and LI.getLoopsInReverseSiblingPreorder const. (authored by fodinabor). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 374777 llvm/include/llvm/Analysis/LoopInfo.h
llvm/include/llvm/Analysis/LoopInfoImpl.h
|
clang-format: please reformat the code