[PATCH] D65463: [WebAssembly] Fix conflict between ret legalization and sjlj

Keno Fischer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 3 16:29:09 PDT 2019


loladiro updated this revision to Diff 213216.
loladiro added a comment.

Updated to add a test and confine the changes to the wasm backend code.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65463/new/

https://reviews.llvm.org/D65463

Files:
  llvm/include/llvm/IR/CallingConv.h
  llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
  llvm/lib/Target/WebAssembly/WebAssemblyLowerEmscriptenEHSjLj.cpp
  llvm/test/CodeGen/WebAssembly/lower-em-exceptions-whitelist.ll
  llvm/test/CodeGen/WebAssembly/lower-em-exceptions.ll
  llvm/test/CodeGen/WebAssembly/lower-em-sjlj-sret.ll
  llvm/test/CodeGen/WebAssembly/lower-em-sjlj.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65463.213216.patch
Type: text/x-patch
Size: 7784 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190803/51410c09/attachment-0001.bin>


More information about the llvm-commits mailing list