[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 Nov 4 09:23:17 PST 2019


yurydelendik created this revision.
Herald added subscribers: llvm-commits, sunfish, aheejin, hiraditya, jgravelle-google, sbc100, aprantl, dschuff, jholewinski.
Herald added a project: LLVM.

Uses `global.set` as a reference point to track which local is used
for storing a WebAssembly frame pointer in the function.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D69807

Files:
  llvm/include/llvm/CodeGen/TargetRegisterInfo.h
  llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
  llvm/lib/Target/NVPTX/NVPTXRegisterInfo.h
  llvm/lib/Target/WebAssembly/WebAssemblyExplicitLocals.cpp
  llvm/lib/Target/WebAssembly/WebAssemblyFrameLowering.cpp
  llvm/lib/Target/WebAssembly/WebAssemblyFrameLowering.h
  llvm/lib/Target/WebAssembly/WebAssemblyMachineFunctionInfo.h
  llvm/lib/Target/WebAssembly/WebAssemblyRegisterInfo.cpp
  llvm/lib/Target/WebAssembly/WebAssemblyRegisterInfo.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69807.227727.patch
Type: text/x-patch
Size: 9452 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191104/dc5543cf/attachment.bin>


More information about the llvm-commits mailing list