[PATCH] D70497: [DBG] Teach DebugEntityHistoryCalculator about Kill instructions.
Tom Weaver via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 18 06:33:30 PST 2019
TWeaver updated this revision to Diff 234530.
TWeaver added a comment.
Added isMetaInstruction() Check in place of debug intrinsic and KILL check
Added a new comment explaining why this is safe to do.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70497/new/
https://reviews.llvm.org/D70497
Files:
llvm/lib/CodeGen/AsmPrinter/DbgEntityHistoryCalculator.cpp
llvm/test/DebugInfo/COFF/pieces.ll
llvm/test/DebugInfo/X86/dbg_entity_calc_ignores_KILL_instruction_at_return.mir
llvm/test/DebugInfo/X86/dbg_entity_calc_ignores_KILL_instruction_still_clobbers.mir
llvm/test/DebugInfo/X86/pieces-3.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70497.234530.patch
Type: text/x-patch
Size: 10618 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191218/3c753502/attachment.bin>
More information about the llvm-commits
mailing list