[llvm-branch-commits] [llvm] AArch64: Remove incorrect REQUIRES arm-registered-target from test (PR #111983)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Oct 11 04:20:57 PDT 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-backend-aarch64
Author: Matt Arsenault (arsenm)
<details>
<summary>Changes</summary>
The test only depends on AArch64 as it should.
---
Full diff: https://github.com/llvm/llvm-project/pull/111983.diff
1 Files Affected:
- (modified) llvm/test/CodeGen/AArch64/vecreduce-propagate-sd-flags.ll (-1)
``````````diff
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
``````````
</details>
https://github.com/llvm/llvm-project/pull/111983
More information about the llvm-branch-commits
mailing list