Since wasm EH does not use landingpad instructions, these instructions
provide exception pointer and selector values until we lower them in
WasmEHPrepare.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D44930
[WebAssembly] Add exception and selector intrinsics ClosedPublic Authored by aheejin on Mar 27 2018, 7:13 AM.
Details Summary Since wasm EH does not use landingpad instructions, these instructions
Diff Detail
Event TimelineHerald added subscribers: llvm-commits, sunfish, jgravelle-google and 2 others. · View Herald TranscriptMar 27 2018, 7:13 AM aheejin added a child revision: D44931: [WebAssembly] Use Windows EH instructions for Wasm EH.Mar 27 2018, 7:17 AM This revision is now accepted and ready to land.Mar 27 2018, 7:44 AM Closed by commit rL328678: [WebAssembly] Add exception and selector intrinsics (authored by aheejin). · Explain WhyMar 27 2018, 4:39 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 140016 llvm/trunk/include/llvm/IR/IntrinsicsWebAssembly.td
|