[PATCH] D27688: [framelowering] Skip dbg values when getting next/previous instruction.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 27 03:13:40 PST 2016


fhahn updated this revision to Diff 82535.
fhahn added a comment.

Updated eliminateCallFramePseudoInstr to return the next instruction even if it's a debug value, because the caller is responsible to replace frame index constants in debug values.

This fixes the buildbot regression.


https://reviews.llvm.org/D27688

Files:
  lib/Target/X86/X86FrameLowering.cpp
  test/CodeGen/X86/frame-lowering-debug-intrinsic-2.ll
  test/CodeGen/X86/frame-lowering-debug-intrinsic.ll
  test/DebugInfo/X86/dbg-value-frame-index.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27688.82535.patch
Type: text/x-patch
Size: 9540 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161227/ff206e58/attachment.bin>


More information about the llvm-commits mailing list