summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/SystemZ
diff options
context:
space:
mode:
authorKrzysztof Parzyszek <kparzysz@codeaurora.org>2018-08-16 20:12:15 +0000
committerKrzysztof Parzyszek <kparzysz@codeaurora.org>2018-08-16 20:12:15 +0000
commitbb1aede8653a9aad05ed6a09b18a849b86743c5d (patch)
tree9e5c10c7d40324fcee1eb8f066a51a42b0265dcf /llvm/test/CodeGen/SystemZ
parent0e2f9b9e30fedd13f8c68d92787fd636ea45c1ba (diff)
downloadbcm5719-llvm-bb1aede8653a9aad05ed6a09b18a849b86743c5d.tar.gz
bcm5719-llvm-bb1aede8653a9aad05ed6a09b18a849b86743c5d.zip
[SystemZ] Require asserts in subregliveness-06.mir
The option -misched=shuffle is only available with !NDEBUG builds. llvm-svn: 339931
Diffstat (limited to 'llvm/test/CodeGen/SystemZ')
-rw-r--r--llvm/test/CodeGen/SystemZ/subregliveness-06.mir3
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/SystemZ/subregliveness-06.mir b/llvm/test/CodeGen/SystemZ/subregliveness-06.mir
index 41cf0cb1de2..fcb1d34dbaf 100644
--- a/llvm/test/CodeGen/SystemZ/subregliveness-06.mir
+++ b/llvm/test/CodeGen/SystemZ/subregliveness-06.mir
@@ -1,5 +1,8 @@
# RUN: llc -mtriple=s390x-linux-gnu -mcpu=z13 -misched=shuffle -verify-machineinstrs -start-before=simple-register-coalescing -systemz-subreg-liveness %s -o - | FileCheck %s
+# -misched=shuffle is under !NDEBUG.
+# REQUIRES: asserts
+
# Check for successful compilation.
# CHECK: lhi %r0, 0
OpenPOWER on IntegriCloud