This whole thing is just a normal postorder walk
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Looks good with a tiny nit fixed below.
include/llvm/Analysis/LoopInfoImpl.h | ||
---|---|---|
425 ↗ | (On Diff #23785) | Especially here, where post_order could return anything, I'd write out explicitly "for (BlockT *BB : ...)". |