[PATCH] D142615: [WebAssembly] Fix tail call with return_call_indirect instruction
YAMAMOTO Takashi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 30 08:06:37 PST 2023
yamt added a comment.
In D142615#4090795 <https://reviews.llvm.org/D142615#4090795>, @asb wrote:
> Are you able to provide a test case that demonstrates the codegen change?
this function is broken without this change: https://github.com/yamt/garbage/blob/51ec5aaea4e30c9eece7665dea78cb71364076e2/wasm/tail-call/b.c#L12
do you mean adding a test case in llvm tree? i'm not familiar with it. if you mean so, can you point me where to add?
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