This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Remove exnref and br_on_exn
ClosedPublic

Authored by aheejin on Jan 4 2021, 3:43 PM.

Details

Summary

This removes exnref type and br_on_exn instruction. This is
effectively NFC because most uses of these were already removed in the
previous CLs.

Diff Detail

Event Timeline

aheejin created this revision.Jan 4 2021, 3:43 PM
aheejin requested review of this revision.Jan 4 2021, 3:43 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 4 2021, 3:43 PM
aheejin updated this revision to Diff 314466.Jan 4 2021, 3:45 PM

Revert clang-format for MachineValueType.h

tlively accepted this revision.Jan 5 2021, 11:34 AM

Nice!

This revision is now accepted and ready to land.Jan 5 2021, 11:34 AM
dschuff accepted this revision.Jan 6 2021, 5:05 PM
This revision was landed with ongoing or failed builds.Jan 9 2021, 2:10 AM
This revision was automatically updated to reflect the committed changes.