This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Fix signature parsing for 'try' in AsmParser
ClosedPublic

Authored by aheejin on Oct 30 2018, 10:04 AM.

Details

Summary

Like block or loop, try can take an optional signature which can
be omitted. This patch allows try's signature to be omitted. Also
added some tests for EH instructions.

Diff Detail

Event Timeline

aheejin created this revision.Oct 30 2018, 10:04 AM
aardappel accepted this revision.Nov 1 2018, 9:06 AM
This revision is now accepted and ready to land.Nov 1 2018, 9:06 AM
This revision was automatically updated to reflect the committed changes.