[llvm] bf21500 - [SystemZ] Add missing REQUIRES: asserts

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 11 02:03:20 PDT 2026


Author: Nikita Popov
Date: 2026-03-11T10:03:01+01:00
New Revision: bf2150031a552bd39676336a96da08d8adda27cc

URL: https://github.com/llvm/llvm-project/commit/bf2150031a552bd39676336a96da08d8adda27cc
DIFF: https://github.com/llvm/llvm-project/commit/bf2150031a552bd39676336a96da08d8adda27cc.diff

LOG: [SystemZ] Add missing REQUIRES: asserts

Added: 
    

Modified: 
    llvm/test/CodeGen/SystemZ/misched-prera-cmp-elim.mir
    llvm/test/CodeGen/SystemZ/misched-prera-latencies.mir

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/SystemZ/misched-prera-cmp-elim.mir b/llvm/test/CodeGen/SystemZ/misched-prera-cmp-elim.mir
index 481fe51f0de0d..73cc9fdb74e6e 100644
--- a/llvm/test/CodeGen/SystemZ/misched-prera-cmp-elim.mir
+++ b/llvm/test/CodeGen/SystemZ/misched-prera-cmp-elim.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
 
 # Schedule the AGHIK that defines the compare source low to help comparison
 # elimination.

diff  --git a/llvm/test/CodeGen/SystemZ/misched-prera-latencies.mir b/llvm/test/CodeGen/SystemZ/misched-prera-latencies.mir
index 8257d672ee514..c0b229809abaa 100644
--- a/llvm/test/CodeGen/SystemZ/misched-prera-latencies.mir
+++ b/llvm/test/CodeGen/SystemZ/misched-prera-latencies.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
 
 # This function has two long independent chains of instructions that should be interleaved.
 # CHECK:      ********** MI Scheduling **********


        


More information about the llvm-commits mailing list