[PATCH] D142615: [WebAssembly] Fix tail call with return_call_indirect instruction

YAMAMOTO Takashi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 21 17:12:10 PDT 2023


yamt marked an inline comment as done.
yamt added inline comments.


================
Comment at: llvm/test/CodeGen/WebAssembly/tailcall.ll:260
 
+; Note: the second global.set is to restore the SP.
+; CHECK-LABEL: alloca_and_indirect_tail_call
----------------
aheejin wrote:
> Can you add a little more comment that says this test is to test if SP restoring code is generated correctly before the `return_call`?
done


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D142615



More information about the llvm-commits mailing list