[PATCH] D79868: [DebugInfo] Correct debuginfo for post-ra hoist and sink in Machine LICM

Vedant Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 13 11:58:01 PDT 2020


vsk added inline comments.


================
Comment at: llvm/test/DebugInfo/MIR/X86/mlicm-sink.mir:2
+--- |
+  ; RUN: llc --run-pass=machinelicm -sink-insts-to-avoid-spills %s -o - | FileCheck %s
+  ; CHECK-LABEL: bb.4 (%ir-block.9):
----------------
I think you'll need to pass --match-full-lines to FileCheck, or append a {{$}} pattern to the 'CHECK: nuw' line, for this test to be tight.


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

https://reviews.llvm.org/D79868





More information about the llvm-commits mailing list