[PATCH] D73943: [WebAssembly] Make stack pointer args inhibit tail calls

Derek Schuff via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 4 11:17:30 PST 2020


dschuff added a comment.

It doesn't look like there's anything wasm-specific here. Surely this also inhibits tail calling in other backends too? Are frontends suppost to avoid putting 'tail call' in the IR in this case?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D73943





More information about the llvm-commits mailing list