Skip to content

Commit

Permalink
Add x86 REQUIRES to tests from 2c5f3d5 / D85746
Browse files Browse the repository at this point in the history
  • Loading branch information
jmorse committed Oct 14, 2020
1 parent be8344f commit abaa870
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions llvm/test/DebugInfo/MIR/InstrRef/instr-ref-roundtrip.mir
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# RUN: llc %s -march=x86-64 -run-pass=machineverifier -o - -experimental-debug-variable-locations | FileCheck %s
#
# REQUIRES: x86-registered-target
#
# CHECK: MOV64rr $rdi, debug-instr-number 1
---
name: test
Expand Down
2 changes: 2 additions & 0 deletions llvm/test/DebugInfo/MIR/InstrRef/no-duplicates.mir
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# RUN: not --crash llc %s -march=x86-64 -run-pass=machineverifier -o - 2>&1 | FileCheck %s
#
# REQUIRES: x86-registered-target
#
# CHECK: Instruction has a duplicated value tracking number
--- |
define i32 @test(i32 %bar) local_unnamed_addr !dbg !7 {
Expand Down
2 changes: 2 additions & 0 deletions llvm/test/DebugInfo/MIR/InstrRef/no-metainstrs.mir
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# RUN: not --crash llc %s -march=x86-64 -run-pass=machineverifier -o - 2>&1 | FileCheck %s
#
# REQUIRES: x86-registered-target
#
# CHECK: Metadata instruction should not have a value tracking number
--- |
define i32 @test(i32 %bar) local_unnamed_addr !dbg !7 {
Expand Down

0 comments on commit abaa870

Please sign in to comment.