[PATCH] D45637: [DebugInfo] Ignore DBG_VALUE instructions in PostRA Machine Sink

Matt Davis via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 23 15:19:07 PDT 2018


mattd updated this revision to Diff 143663.
mattd added a comment.
Herald added a reviewer: javed.absar.

- Create the performSink routine from code already used to sink an instruction and its associated debug information.
- Use this routine to also sink debug information associated to COPY instructions.
- Update the test to check that the DBG_VALUE instruction moves/sinks.


https://reviews.llvm.org/D45637

Files:
  lib/CodeGen/MachineSink.cpp
  test/CodeGen/X86/postra-ignore-dbg-intrinsics.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45637.143663.patch
Type: text/x-patch
Size: 7250 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180423/c65bcfc8/attachment.bin>


More information about the llvm-commits mailing list