[PATCH] D53240: [WebAssembly] WebAssemblyLowerEmscriptenEHSjLj: use getter/setter for accessing tempRet0

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 18 02:51:52 PDT 2018


sbc100 added a comment.

I did a little more investigating and there it turns out that decouple EH from getTempRet/setTempRet would be difficult because __cxa_find_matching_catch JS function in emscripten uses setTempRet0.    So it seems that for now anyway it makes sense keep these unified.


Repository:
  rL LLVM

https://reviews.llvm.org/D53240





More information about the llvm-commits mailing list