[PATCH] D70497: [DBG] Teach DebugEntityHistoryCalculator about Kill instructions.
Djordje Todorovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 21 00:06:16 PST 2019
djtodoro added inline comments.
================
Comment at: llvm/test/DebugInfo/X86/kill_instruction_doesnt_close_dbg_intrinsic_range.mir:20
+
+ declare void @llvm.dbg.value(metadata, metadata, metadata) #1
+
----------------
The attributes are removed, so we can get rid of the `#N`.
================
Comment at: llvm/test/DebugInfo/X86/kill_instruction_doesnt_close_dbg_intrinsic_range.mir:22
+
+ declare void @llvm.stackprotector(i8*, i8**) #2
+
----------------
This is unused here, so it can be deleted.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70497/new/
https://reviews.llvm.org/D70497
More information about the llvm-commits
mailing list