[llvm] 181e821 - SystemZ: Remove redundant REQUIRES systemz from test
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Mon May 6 00:52:42 PDT 2024
Author: Matt Arsenault
Date: 2024-05-06T09:52:35+02:00
New Revision: 181e82143e0069a03ad4d601185665f035b4cc4d
URL: https://github.com/llvm/llvm-project/commit/181e82143e0069a03ad4d601185665f035b4cc4d
DIFF: https://github.com/llvm/llvm-project/commit/181e82143e0069a03ad4d601185665f035b4cc4d.diff
LOG: SystemZ: Remove redundant REQUIRES systemz from test
Added:
Modified:
llvm/test/CodeGen/SystemZ/zos-ppa2.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/SystemZ/zos-ppa2.ll b/llvm/test/CodeGen/SystemZ/zos-ppa2.ll
index 189b5a3757ee07..07025091fb240b 100644
--- a/llvm/test/CodeGen/SystemZ/zos-ppa2.ll
+++ b/llvm/test/CodeGen/SystemZ/zos-ppa2.ll
@@ -1,5 +1,4 @@
; RUN: llc -mtriple s390x-ibm-zos -mcpu=z15 -asm-verbose=true < %s | FileCheck %s
-; REQUIRES: systemz-registered-target
; CHECK: .section ".ppa2"
; CHECK: L#PPA2:
More information about the llvm-commits
mailing list