This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Remove dominator dependency in WasmEHPrepare (NFC)
ClosedPublic

Authored by aheejin on Jul 26 2021, 10:16 AM.

Details

Summary

Dominator trees were previously used for an optimization related to
wasm.lsda but the optimization was removed in D97309. Currently
dominators are not doing anything in this pass. Also removes some
include lines without which it compiles.

Diff Detail

Event Timeline

aheejin created this revision.Jul 26 2021, 10:16 AM
aheejin requested review of this revision.Jul 26 2021, 10:16 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 26 2021, 10:16 AM
aheejin updated this revision to Diff 361714.Jul 26 2021, 10:20 AM

Add back a line deleted by mistake

tlively accepted this revision.Jul 26 2021, 12:25 PM
This revision is now accepted and ready to land.Jul 26 2021, 12:25 PM
This revision was landed with ongoing or failed builds.Jul 26 2021, 2:45 PM
This revision was automatically updated to reflect the committed changes.