[PATCH] D79428: [WebAssembly] Added Debug Fixup pass

Wouter van Oortmerssen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 5 09:41:46 PDT 2020


aardappel created this revision.
aardappel added reviewers: dschuff, aheejin, tlively, yurydelendik.
Herald added subscribers: llvm-commits, sunfish, hiraditya, jgravelle-google, sbc100, mgorny.
Herald added a project: LLVM.

This pass changes debug_value instructions referring to stackified registers into TI_OPERAND_STACK with correct stack depth.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D79428

Files:
  llvm/lib/Target/WebAssembly/CMakeLists.txt
  llvm/lib/Target/WebAssembly/WebAssembly.h
  llvm/lib/Target/WebAssembly/WebAssemblyDebugFixup.cpp
  llvm/lib/Target/WebAssembly/WebAssemblyRegStackify.cpp
  llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp
  llvm/test/CodeGen/WebAssembly/stackified-debug.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79428.262142.patch
Type: text/x-patch
Size: 12494 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200505/4268b44c/attachment.bin>


More information about the llvm-commits mailing list