[llvm-branch-commits] [llvm] AArch64: Remove incorrect REQUIRES arm-registered-target from test (PR #111983)
Matt Arsenault via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Oct 11 04:19:35 PDT 2024
https://github.com/arsenm created https://github.com/llvm/llvm-project/pull/111983
The test only depends on AArch64 as it should.
>From b0146e190daaea20a9e5bae9f358590541729d6a Mon Sep 17 00:00:00 2001
From: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: Fri, 11 Oct 2024 15:16:30 +0400
Subject: [PATCH] AArch64: Remove incorrect REQUIRES arm-registered-target from
test
The test only depends on AArch64 as it should.
---
llvm/test/CodeGen/AArch64/vecreduce-propagate-sd-flags.ll | 1 -
1 file changed, 1 deletion(-)
diff --git a/llvm/test/CodeGen/AArch64/vecreduce-propagate-sd-flags.ll b/llvm/test/CodeGen/AArch64/vecreduce-propagate-sd-flags.ll
index 823fdfb4809768..830f1efbdf67f6 100644
--- a/llvm/test/CodeGen/AArch64/vecreduce-propagate-sd-flags.ll
+++ b/llvm/test/CodeGen/AArch64/vecreduce-propagate-sd-flags.ll
@@ -1,4 +1,3 @@
-; REQUIRES: arm-registered-target
; REQUIRES: asserts
; RUN: llc -o /dev/null %s -debug-only=legalize-types 2>&1 | FileCheck %s
More information about the llvm-branch-commits
mailing list