This is an archive of the discontinued LLVM Phabricator instance.

[TypePromotion][InterleaveAccess] Mark CFG as preserved in TypePromotion and InterleaveAccess passes
ClosedPublic

Authored by dmgreen on Sep 21 2021, 5:46 AM.

Details

Summary

Neither of these passes modify the CFG, allowing us to preserve DomTree and LoopInfo across them by using setPreservesCFG.

Diff Detail

Event Timeline

dmgreen created this revision.Sep 21 2021, 5:46 AM
dmgreen requested review of this revision.Sep 21 2021, 5:46 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 21 2021, 5:46 AM
samparker accepted this revision.Sep 21 2021, 8:00 AM

cheers

This revision is now accepted and ready to land.Sep 21 2021, 8:00 AM
This revision was landed with ongoing or failed builds.Sep 22 2021, 10:58 AM
This revision was automatically updated to reflect the committed changes.