[PATCH] D107530: [WebAssembly] Don't do SjLj transformation when there's only setjmp
Heejin Ahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 4 21:18:58 PDT 2021
aheejin added inline comments.
================
Comment at: llvm/test/CodeGen/WebAssembly/lower-em-sjlj-alias.ll:26
%call = call i32 @setjmp(%struct.__jmp_buf_tag* %arraydecay) #0
+ call void @foo()
ret void
----------------
This is added because without this function call this function is not going to be a target of SjLj transformation with this CL.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107530/new/
https://reviews.llvm.org/D107530
More information about the llvm-commits
mailing list