[all-commits] [llvm/llvm-project] 2b7fe0: [WebAssembly] Added Debug Fixup pass
Wouter van Oortmerssen via All-commits
all-commits at lists.llvm.org
Thu May 14 13:17:09 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2b7fe0863ac3c076797404f90b49cee696af0564
https://github.com/llvm/llvm-project/commit/2b7fe0863ac3c076797404f90b49cee696af0564
Author: Wouter van Oortmerssen <aardappel at gmail.com>
Date: 2020-05-14 (Thu, 14 May 2020)
Changed paths:
M llvm/lib/Target/WebAssembly/CMakeLists.txt
M llvm/lib/Target/WebAssembly/WebAssembly.h
A llvm/lib/Target/WebAssembly/WebAssemblyDebugFixup.cpp
M llvm/lib/Target/WebAssembly/WebAssemblyExplicitLocals.cpp
M llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp
A llvm/test/CodeGen/WebAssembly/stackified-debug.ll
Log Message:
-----------
[WebAssembly] Added Debug Fixup pass
This pass changes debug_value instructions referring to stackified registers into TI_OPERAND_STACK with correct stack depth.
More information about the All-commits
mailing list