[PATCH] D54465: [CodeGen] Fix bugs in LiveDebugVariables when debug labels are generated.

Wolfgang Pieb via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 15 14:07:22 PST 2018


wolfgangp added inline comments.


================
Comment at: test/CodeGen/Generic/live-debug-label.ll:2
+; RUN: llc < %s -stop-after=virtregrewriter -o - | FileCheck %s
+;
+; CHECK-LABEL: {{^body:}}
----------------
Generally it is a good idea to add the original C++ source code as a comment, along with the command on how the IR has been generated.


Repository:
  rL LLVM

https://reviews.llvm.org/D54465





More information about the llvm-commits mailing list