diff options
Diffstat (limited to 'llvm/test/tools')
4 files changed, 0 insertions, 21 deletions
diff --git a/llvm/test/tools/llvm-exegesis/X86/latency-by-opcode-name.s b/llvm/test/tools/llvm-exegesis/X86/latency-by-opcode-name.s deleted file mode 100644 index 5c6889f0ab6..00000000000 --- a/llvm/test/tools/llvm-exegesis/X86/latency-by-opcode-name.s +++ /dev/null @@ -1,6 +0,0 @@ -# RUN: llvm-exegesis -mode=latency -opcode-name=ADD32rr | FileCheck %s - -CHECK: mode: latency -CHECK-NEXT: key: -CHECK-NEXT: instructions: -CHECK-NEXT: ADD32rr diff --git a/llvm/test/tools/llvm-exegesis/X86/lit.local.cfg b/llvm/test/tools/llvm-exegesis/X86/lit.local.cfg deleted file mode 100644 index 1d6936cf26b..00000000000 --- a/llvm/test/tools/llvm-exegesis/X86/lit.local.cfg +++ /dev/null @@ -1,7 +0,0 @@ -# We need support for X86. -if not ('X86' in config.root.targets): - config.unsupported = True - -# And we need to be running on an X86 host. -if not ('x86_64' in config.root.host_triple): - config.unsupported = True diff --git a/llvm/test/tools/llvm-exegesis/X86/uops-by-opcode-name.s b/llvm/test/tools/llvm-exegesis/X86/uops-by-opcode-name.s deleted file mode 100644 index 982bd4fdf40..00000000000 --- a/llvm/test/tools/llvm-exegesis/X86/uops-by-opcode-name.s +++ /dev/null @@ -1,6 +0,0 @@ -# RUN: llvm-exegesis -mode=uops -opcode-name=ADD32rr | FileCheck %s - -CHECK: mode: uops -CHECK-NEXT: key: -CHECK-NEXT: instructions: -CHECK-NEXT: ADD32rr diff --git a/llvm/test/tools/llvm-exegesis/lit.local.cfg b/llvm/test/tools/llvm-exegesis/lit.local.cfg deleted file mode 100644 index b2fc1412af2..00000000000 --- a/llvm/test/tools/llvm-exegesis/lit.local.cfg +++ /dev/null @@ -1,2 +0,0 @@ -if 'native' not in config.available_features: - config.unsupported = True |