[PATCH] D69807: [WebAssembly] Track frame/stack pointer local for debug information

Yury Delendik via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 2 13:05:17 PST 2019


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


================
Comment at: llvm/lib/Target/WebAssembly/WebAssemblyFrameLowering.cpp:221
   }
   if (StackSize && needsSPWriteback(MF)) {
+    auto FI = MF.getInfo<WebAssemblyFunctionInfo>();
----------------
`needsSPWriteback(MF)` is false when there is no calls -- we need different "anchor" than `set_global`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D69807





More information about the llvm-commits mailing list