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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D53873
[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
Diff Detail
Event TimelineHerald added subscribers: llvm-commits, sunfish, jgravelle-google and 2 others. · View Herald TranscriptOct 30 2018, 10:04 AM This revision is now accepted and ready to land.Nov 1 2018, 9:06 AM Closed by commit rL345888: [WebAssembly] Fix signature parsing for 'try' in AsmParser (authored by aheejin). · Explain WhyNov 1 2018, 1:34 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 172220 llvm/trunk/lib/Target/WebAssembly/AsmParser/WebAssemblyAsmParser.cpp
llvm/trunk/test/MC/WebAssembly/basic-assembly.s
|