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.arsena...@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
 

_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to