[PATCH] D108729: [WebAssembly] Use entry block only for initializations in EmSjLj

Thomas Lively via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 25 15:31:01 PDT 2021


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


================
Comment at: llvm/test/CodeGen/WebAssembly/lower-em-sjlj-alias.ll:19-20
   ; CHECK: call i8* @malloc
-  ; CHECK: call i32* @saveSetjmp
-  ; CHECK: call i32 @getTempRet0
   %retval = alloca i32, align 4
----------------
Why remove these entirely rather than check for them in the new output?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D108729



More information about the llvm-commits mailing list