[PATCH] D94038: [WebAssembly] Rename wasm_rethrow_in_catch intrinsic/builtin

Thomas Lively via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 5 10:25:17 PST 2021


tlively accepted this revision.
tlively added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/include/llvm/IR/IntrinsicsWebAssembly.td:53
 // throw / rethrow
+// The immediate argument is an index to for a tag, which is 0 for C++.
 def int_wasm_throw : Intrinsic<[], [llvm_i32_ty, llvm_ptr_ty],
----------------
Extra word


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D94038



More information about the llvm-commits mailing list