This is an archive of the discontinued LLVM Phabricator instance.

[DSE] Allow DSE to optimize MemorySSA by default.
ClosedPublic

Authored by fhahn on Nov 11 2021, 1:39 PM.

Details

Summary

This allows for better optimization of 'stores-of-existing-values' and
possibly helps passes further down the pipeline.

Diff Detail

Event Timeline

fhahn created this revision.Nov 11 2021, 1:39 PM
fhahn requested review of this revision.Nov 11 2021, 1:39 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 11 2021, 1:39 PM
asbirlea accepted this revision.Nov 11 2021, 5:19 PM
This revision is now accepted and ready to land.Nov 11 2021, 5:19 PM
This revision was landed with ongoing or failed builds.Dec 1 2021, 12:29 AM
This revision was automatically updated to reflect the committed changes.