[PATCH] D70497: [DBG] Teach DebugEntityHistoryCalculator about Kill instructions.

Tom Weaver via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 16 09:02:05 PST 2019


TWeaver added inline comments.


================
Comment at: llvm/test/DebugInfo/X86/dbg_entity_calc_ignores_KILL_instruction_still_clobbers.mir:23
+  
+  declare void @llvm.stackprotector(i8*, i8**)
+  
----------------
djtodoro wrote:
> Unused, so it can be deleted.
do you mean the newline or the stackprotector? I've removed the stack protector but this comment may have been on the wrong line.


================
Comment at: llvm/test/DebugInfo/X86/dbg_entity_calc_ignores_KILL_instruction_still_clobbers.mir:29
+  
+  !0 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus_14, file: !1, producer: "clang version 10.0.0 (PS4 clang version 99.99.0.80625 eb745f63 checking eb745f63f19fe3fe07db98b2e183809e65117646)", isOptimized: true, runtimeVersion: 0, emissionKind: FullDebug, enums: !2, debugInfoForProfiling: true, nameTableKind: None)
+  !1 = !DIFile(filename: "test.cpp", directory: "F:\\test")
----------------
djtodoro wrote:
> Same as above.
I can't remove this line without the tests failing.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D70497/new/

https://reviews.llvm.org/D70497





More information about the llvm-commits mailing list