[llvm] r339931 - [SystemZ] Require asserts in subregliveness-06.mir

Krzysztof Parzyszek via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 16 13:12:15 PDT 2018


Author: kparzysz
Date: Thu Aug 16 13:12:15 2018
New Revision: 339931

URL: http://llvm.org/viewvc/llvm-project?rev=339931&view=rev
Log:
[SystemZ] Require asserts in subregliveness-06.mir

The option -misched=shuffle is only available with !NDEBUG builds.

Modified:
    llvm/trunk/test/CodeGen/SystemZ/subregliveness-06.mir

Modified: llvm/trunk/test/CodeGen/SystemZ/subregliveness-06.mir
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/SystemZ/subregliveness-06.mir?rev=339931&r1=339930&r2=339931&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/SystemZ/subregliveness-06.mir (original)
+++ llvm/trunk/test/CodeGen/SystemZ/subregliveness-06.mir Thu Aug 16 13:12:15 2018
@@ -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
 




More information about the llvm-commits mailing list