Skip to content

Commit ee5c335

Browse files
committed
CodeGen: Remove redundant REQUIRES registered-target from tests
These are already in target specific test directories.
1 parent 65da32c commit ee5c335

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

llvm/test/CodeGen/AArch64/statepoint-twoaddr.mir

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
22
# RUN: llc -mtriple=aarch64-unknown-linux -run-pass=twoaddressinstruction -verify-machineinstrs %s -o - | FileCheck %s
33
# RUN: llc -mtriple=aarch64-unknown-linux --passes=two-address-instruction -verify-each %s -o - | FileCheck %s
4-
# REQUIRES: aarch64-registered-target
54

65
# Verify that the register class is correctly constrained after the twoaddress replacement
76
---

llvm/test/CodeGen/AMDGPU/expand-variadic-call.ll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: -p --function-signature
22
; RUN: opt -S --passes=expand-variadics --expand-variadics-override=lowering < %s | FileCheck %s
3-
; REQUIRES: amdgpu-registered-target
43
target datalayout = "e-p:64:64-p1:64:64-p2:32:32-p3:32:32-p4:64:64-p5:32:32-p6:32:32-p7:160:256:256:32-p8:128:128-p9:192:256:256:32-i64:64-v16:16-v24:32-v32:32-v48:64-v96:128-v192:256-v256:256-v512:512-v1024:1024-v2048:2048-n32:64-S32-A5-G1-ni:7:8:9"
54
target triple = "amdgcn-amd-amdhsa"
65

llvm/test/CodeGen/X86/tls-align.ll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
; REQUIRES: x86-registered-target
21
; RUN: opt -passes=instcombine -S < %s | FileCheck %s
32

43
%class.Arr = type <{ [160 x %class.Derived], i32, [4 x i8] }>

0 commit comments

Comments
 (0)