[SystemZ] Add missing asserts requirement for pre-RA sched mir tests#205403
Merged
Conversation
|
@llvm/pr-subscribers-backend-systemz Author: yueshe ChangesThis is based off #188823 and is needed because tests are failing in release (non-asserts) builds Full diff: https://github.com/llvm/llvm-project/pull/205403.diff 2 Files Affected:
diff --git a/llvm/test/CodeGen/SystemZ/misched-prera-loads.mir b/llvm/test/CodeGen/SystemZ/misched-prera-loads.mir
index ef4b3a19cb781..af38362fd199a 100644
--- a/llvm/test/CodeGen/SystemZ/misched-prera-loads.mir
+++ b/llvm/test/CodeGen/SystemZ/misched-prera-loads.mir
@@ -1,6 +1,7 @@
# RUN: llc -o - %s -mtriple=s390x-linux-gnu -mcpu=z17 -verify-machineinstrs \
# RUN: -run-pass=machine-scheduler -debug-only=machine-scheduler \
# RUN: 2>&1 | FileCheck %s
+# REQUIRES: asserts
--- |
diff --git a/llvm/test/CodeGen/SystemZ/misched-prera-pdiffs.mir b/llvm/test/CodeGen/SystemZ/misched-prera-pdiffs.mir
index 048c7fa203e07..49dd546929daf 100644
--- a/llvm/test/CodeGen/SystemZ/misched-prera-pdiffs.mir
+++ b/llvm/test/CodeGen/SystemZ/misched-prera-pdiffs.mir
@@ -1,6 +1,7 @@
# RUN: llc -o - %s -mtriple=s390x-linux-gnu -mcpu=z16 -verify-machineinstrs \
# RUN: -run-pass=machine-scheduler -debug-only=machine-scheduler 2>&1\
# RUN: | FileCheck %s
+# REQUIRES: asserts
# Some tests for Pressure Diffs of scheduling units. Each interesting register
# class is used in a def-use sequence and the initial Pressure Diff of each SU
|
aeubanks
approved these changes
Jun 23, 2026
zmodem
approved these changes
Jun 23, 2026
beamandala
pushed a commit
to beamandala/llvm-project
that referenced
this pull request
Jun 24, 2026
…lvm#205403) This is based off llvm#188823 and is needed because tests are failing in release (non-asserts) builds
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is based off #188823 and is needed because tests are failing in release (non-asserts) builds