[llvm-branch-commits] [llvm] SystemZ: Remove unnecessary requires asserts from test (PR #147477)

Matt Arsenault via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Jul 8 01:02:48 PDT 2025


https://github.com/arsenm created https://github.com/llvm/llvm-project/pull/147477

None

>From bcdec6c6ab324120ce1049acb983ff9b151963e4 Mon Sep 17 00:00:00 2001
From: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: Tue, 8 Jul 2025 16:59:33 +0900
Subject: [PATCH] SystemZ: Remove unnecessary requires asserts from test

---
 llvm/test/CodeGen/SystemZ/systemz-large-stack-frames.ll | 1 -
 1 file changed, 1 deletion(-)

diff --git a/llvm/test/CodeGen/SystemZ/systemz-large-stack-frames.ll b/llvm/test/CodeGen/SystemZ/systemz-large-stack-frames.ll
index 484a9d0c80a13..1757a75a08c05 100644
--- a/llvm/test/CodeGen/SystemZ/systemz-large-stack-frames.ll
+++ b/llvm/test/CodeGen/SystemZ/systemz-large-stack-frames.ll
@@ -1,4 +1,3 @@
-; REQUIRES: asserts
 ; Used to fail with: LLVM ERROR: Error while trying to spill R5D from class ADDR64Bit: Cannot scavenge register without an emergency spill slot!
 
 



More information about the llvm-branch-commits mailing list