[llvm-branch-commits] [llvm] SystemZ: Remove unnecessary requires asserts from test (PR #147477)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Jul 8 01:03:19 PDT 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-backend-systemz
Author: Matt Arsenault (arsenm)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/147477.diff
1 Files Affected:
- (modified) llvm/test/CodeGen/SystemZ/systemz-large-stack-frames.ll (-1)
``````````diff
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!
``````````
</details>
https://github.com/llvm/llvm-project/pull/147477
More information about the llvm-branch-commits
mailing list