With this change dominator tree remains in sync after each step of loop
peeling.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM with a couple of nits.
lib/Transforms/Utils/LoopUnrollPeel.cpp | ||
---|---|---|
191 ↗ | (On Diff #85390) | Can you move this to immediately below line 207? I think it makes more sense to have this after the comment lines 203-206. |
384 ↗ | (On Diff #85390) | Can you decouple this from D29028? |