[PATCH] D49034: [WIP] [WebAssembly] Move/clone DBG_VALUE during WebAssemblyRegStackify pass

Yury Delendik via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 6 10:04:39 PDT 2018


yurydelendik created this revision.
Herald added subscribers: llvm-commits, sunfish, aheejin, jgravelle-google, sbc100, dschuff, MatzeB.

The MoveForSingleUse or MoveAndTeeForMultiUse functions move wasm instructions,
however DBG_VALUE stay unchanged -- moving or cloning these.


Repository:
  rL LLVM

https://reviews.llvm.org/D49034

Files:
  lib/CodeGen/LiveInterval.cpp
  lib/Target/WebAssembly/WebAssemblyRegStackify.cpp
  test/DebugInfo/WebAssembly/dbg-value-move.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49034.154430.patch
Type: text/x-patch
Size: 15119 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180706/fc73d4b3/attachment.bin>


More information about the llvm-commits mailing list