[PATCH] D49191: [DebugInfo][X86] Add start-after flags to MIR tests
Francis Visoiu Mistrih via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 12 07:42:01 PDT 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rL336907: [DebugInfo][X86] Add start-after flags to MIR tests (authored by thegameg, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D49191?vs=155009&id=155173#toc
Repository:
rL LLVM
https://reviews.llvm.org/D49191
Files:
llvm/trunk/test/CodeGen/MIR/X86/diexpr-win32.mir
llvm/trunk/test/DebugInfo/MIR/X86/bit-piece-dh.mir
llvm/trunk/test/DebugInfo/MIR/X86/empty-inline.mir
Index: llvm/trunk/test/DebugInfo/MIR/X86/empty-inline.mir
===================================================================
--- llvm/trunk/test/DebugInfo/MIR/X86/empty-inline.mir
+++ llvm/trunk/test/DebugInfo/MIR/X86/empty-inline.mir
@@ -1,6 +1,6 @@
-# RUN: llc -filetype=obj -o - %s | llvm-dwarfdump -a - | FileCheck %s
+# RUN: llc -verify-machineinstrs -start-after=virtregrewriter -filetype=obj -o - %s | llvm-dwarfdump -a - | FileCheck %s
#
-# This testcase has an implicit def pseudo-iunstruction with a debug location.
+# This testcase has an implicit def pseudo-instruction with a debug location.
#
# CHECK: .debug_info contents:
# CHECK: DW_TAG_subprogram
Index: llvm/trunk/test/DebugInfo/MIR/X86/bit-piece-dh.mir
===================================================================
--- llvm/trunk/test/DebugInfo/MIR/X86/bit-piece-dh.mir
+++ llvm/trunk/test/DebugInfo/MIR/X86/bit-piece-dh.mir
@@ -1,4 +1,4 @@
-# RUN: llc -filetype=obj -o - %s | llvm-dwarfdump -v --debug-info - | FileCheck %s
+# RUN: llc -verify-machineinstrs -start-after=prologepilog -filetype=obj -o - %s | llvm-dwarfdump -v --debug-info - | FileCheck %s
# CHECK: .debug_info contents:
# CHECK: DW_TAG_variable
# CHECK-NEXT: DW_AT_location {{.*}} (DW_OP_reg1 RDX, DW_OP_bit_piece 0x8 0x8)
Index: llvm/trunk/test/CodeGen/MIR/X86/diexpr-win32.mir
===================================================================
--- llvm/trunk/test/CodeGen/MIR/X86/diexpr-win32.mir
+++ llvm/trunk/test/CodeGen/MIR/X86/diexpr-win32.mir
@@ -1,4 +1,4 @@
-# RUN: llc -filetype=obj -O0 %s -o - | llvm-readobj -codeview | FileCheck %s
+# RUN: llc -start-after=prologepilog -filetype=obj -O0 %s -o - | llvm-readobj -codeview | FileCheck %s
#
# (DW_OP_plus_uconst 12)
# CHECK: LocalSym {
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49191.155173.patch
Type: text/x-patch
Size: 1762 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180712/a7b25c84/attachment.bin>
More information about the llvm-commits
mailing list