[PATCH] D56151: [DebugInfo] PR40010: Avoid register coalesing altering DBG_VALUE valuations
Quentin Colombet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 25 08:41:59 PST 2019
qcolombet added inline comments.
Herald added a subscriber: jdoerfert.
================
Comment at: test/CodeGen/X86/pr40010.mir:1
+# RUN: llc %s -o - -run-pass=simple-register-coalescing | FileCheck %s
+# PR40010: DBG_VALUEs do not contribute to the liveness of virtual registers,
----------------
Use a filename that describes the problem briefly rather than referencing the PR number.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56151/new/
https://reviews.llvm.org/D56151
More information about the llvm-commits
mailing list