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