[llvm] abaa870 - Add x86 REQUIRES to tests from 2c5f3d54c5ee / D85746
Jeremy Morse via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 14 03:38:14 PDT 2020
Author: Jeremy Morse
Date: 2020-10-14T11:37:51+01:00
New Revision: abaa8706e9443dad12f7cf83ff4b777ebc186bb6
URL: https://github.com/llvm/llvm-project/commit/abaa8706e9443dad12f7cf83ff4b777ebc186bb6
DIFF: https://github.com/llvm/llvm-project/commit/abaa8706e9443dad12f7cf83ff4b777ebc186bb6.diff
LOG: Add x86 REQUIRES to tests from 2c5f3d54c5ee / D85746
Added:
Modified:
llvm/test/DebugInfo/MIR/InstrRef/instr-ref-roundtrip.mir
llvm/test/DebugInfo/MIR/InstrRef/no-duplicates.mir
llvm/test/DebugInfo/MIR/InstrRef/no-metainstrs.mir
Removed:
################################################################################
diff --git a/llvm/test/DebugInfo/MIR/InstrRef/instr-ref-roundtrip.mir b/llvm/test/DebugInfo/MIR/InstrRef/instr-ref-roundtrip.mir
index 2389a957cbc3..0d30b2b8785e 100644
--- a/llvm/test/DebugInfo/MIR/InstrRef/instr-ref-roundtrip.mir
+++ b/llvm/test/DebugInfo/MIR/InstrRef/instr-ref-roundtrip.mir
@@ -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
diff --git a/llvm/test/DebugInfo/MIR/InstrRef/no-duplicates.mir b/llvm/test/DebugInfo/MIR/InstrRef/no-duplicates.mir
index da8da44a597c..79d7960dd3bf 100644
--- a/llvm/test/DebugInfo/MIR/InstrRef/no-duplicates.mir
+++ b/llvm/test/DebugInfo/MIR/InstrRef/no-duplicates.mir
@@ -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 {
diff --git a/llvm/test/DebugInfo/MIR/InstrRef/no-metainstrs.mir b/llvm/test/DebugInfo/MIR/InstrRef/no-metainstrs.mir
index 6fb94f97202d..d943a8eabd06 100644
--- a/llvm/test/DebugInfo/MIR/InstrRef/no-metainstrs.mir
+++ b/llvm/test/DebugInfo/MIR/InstrRef/no-metainstrs.mir
@@ -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 {
More information about the llvm-commits
mailing list