This is an archive of the discontinued LLVM Phabricator instance.

[LoopSimplifyCFG] Do not require MSSA. Continue to preserve if available.
ClosedPublic

Authored by asbirlea on Oct 11 2021, 1:56 PM.

Details

Summary

LoopSimplifyCFG does not need MSSA, but should preserve it if it's available.

This is a legacy PM change, aimed to denoise the test changes in D109958.

Diff Detail

Event Timeline

asbirlea created this revision.Oct 11 2021, 1:56 PM
asbirlea requested review of this revision.Oct 11 2021, 1:56 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 11 2021, 1:56 PM
nikic accepted this revision.Oct 11 2021, 2:11 PM

LGTM

This revision is now accepted and ready to land.Oct 11 2021, 2:11 PM
This revision was landed with ongoing or failed builds.Oct 11 2021, 2:28 PM
This revision was automatically updated to reflect the committed changes.