Page MenuHomePhabricator

[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

Unit TestsFailed

TimeTest
410 msx64 debian > Profile-x86_64.Linux::counter_promo_for.c
Script: -- : 'RUN: at line 1'; rm -fr /var/lib/buildkite-agent/builds/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64/Linux/Output/counter_promo_for.c.tmp.promo.prof
380 msx64 debian > Profile-x86_64.Linux::counter_promo_while.c
Script: -- : 'RUN: at line 1'; rm -fr /var/lib/buildkite-agent/builds/llvm-project/build/projects/compiler-rt/test/profile/Profile-x86_64/Linux/Output/counter_promo_while.c.tmp.promo.prof

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.