[llvm] cb2f161 - AArch64: Remove incorrect REQUIRES arm-registered-target from test (#111983)
via llvm-commits
llvm-commits at lists.llvm.org
Sat Oct 12 02:26:21 PDT 2024
Author: Matt Arsenault
Date: 2024-10-12T13:26:17+04:00
New Revision: cb2f1619575400a402ffe11040bb927b0fa35910
URL: https://github.com/llvm/llvm-project/commit/cb2f1619575400a402ffe11040bb927b0fa35910
DIFF: https://github.com/llvm/llvm-project/commit/cb2f1619575400a402ffe11040bb927b0fa35910.diff
LOG: AArch64: Remove incorrect REQUIRES arm-registered-target from test (#111983)
Added:
Modified:
llvm/test/CodeGen/AArch64/vecreduce-propagate-sd-flags.ll
Removed:
################################################################################
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-commits
mailing list