This is an archive of the discontinued LLVM Phabricator instance.

[NFC][LoopFlatten][LoopInterchange] Do not explicitly forget subloops
ClosedPublic

Authored by caojoshua on Jan 4 2023, 8:54 PM.

Details

Summary

We don't need to explicitly forget subloops because forgetting parent
loops will automatically forget their subloops

Diff Detail

Event Timeline

caojoshua created this revision.Jan 4 2023, 8:54 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 4 2023, 8:54 PM
Herald added a subscriber: hiraditya. · View Herald Transcript
caojoshua edited reviewers, added: fhahn; removed: SjoerdMeijer.
caojoshua published this revision for review.Jan 4 2023, 9:03 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 4 2023, 9:03 PM
fhahn accepted this revision.Jan 12 2023, 1:10 AM

LGTM, thanks!

This revision is now accepted and ready to land.Jan 12 2023, 1:10 AM
This revision was landed with ongoing or failed builds.Jan 12 2023, 8:31 AM
This revision was automatically updated to reflect the committed changes.