[PATCH] D41187: Ignore metainstructions during the shrink wrap analysis

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 13 10:22:02 PST 2017


aprantl created this revision.
aprantl added a reviewer: qcolombet.

Shrink wrapping should ignore DBG_VALUEs referring to frame indices, since the presence of debug information must not affect code generation.


https://reviews.llvm.org/D41187

Files:
  lib/CodeGen/ShrinkWrap.cpp
  test/CodeGen/MIR/X86/shrink_wrap_dbg_value.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41187.126780.patch
Type: text/x-patch
Size: 9413 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171213/3adb5e9e/attachment.bin>


More information about the llvm-commits mailing list