[PATCH] D116619: [WebAssembly] Nullify unnecessary setjmp calls

Derek Schuff via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 4 16:59:33 PST 2022


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


================
Comment at: llvm/lib/Target/WebAssembly/WebAssemblyLowerEmscriptenEHSjLj.cpp:1011
+  // Replace unnecessary setjmp calls with 0
+  if ((EnableEmSjLj | EnableWasmSjLj) && !SetjmpUsersToNullify.empty()) {
+    Changed = true;
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D116619



More information about the llvm-commits mailing list