[PATCH] D67500: [DebugInfo] LiveDebugValues: don't create transfer records for potentially invalid locations
Jeremy Morse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 12 07:44:24 PDT 2019
jmorse marked an inline comment as done.
jmorse added inline comments.
================
Comment at: test/DebugInfo/MIR/X86/live-debug-values-bad-transfer.mir:17-19
-# CHECK-LABEL: bb.1.loop:
-# CHECK: $ebx = COPY killed $ecx
-# CHECK-NEXT: DBG_VALUE
----------------
I forgot to say in the summary: the absence of this incorrect DBG_VALUE is checked by the --implicit-check-not given to FileCheck.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67500/new/
https://reviews.llvm.org/D67500
More information about the llvm-commits
mailing list