[PATCH] D39933: Summary: Fix out-of-order stepping behavior in programs with sunk instructions

Matthew Voss via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 30 14:07:13 PST 2017


ormris updated this revision to Diff 125012.
ormris added a comment.
Herald added a subscriber: JDevlieghere.

Change list:

- Ensure that we don't crash when the insert position is not found.
- Add comment explaining the debug value move.
- Add test that tests the merging of debug values.
- Update the previous test to use MIR.


https://reviews.llvm.org/D39933

Files:
  lib/CodeGen/MachineSink.cpp
  test/CodeGen/X86/machinesink-merge-debuginfo.ll
  test/CodeGen/X86/machinesink-null-debuginfo.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39933.125012.patch
Type: text/x-patch
Size: 6956 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171130/cda8a588/attachment.bin>


More information about the llvm-commits mailing list