[llvm] r327279 - [Hexagon] Add REQUIRES: asserts to testcases that use -debug-only

Krzysztof Parzyszek via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 12 08:11:17 PDT 2018


Author: kparzysz
Date: Mon Mar 12 08:11:16 2018
New Revision: 327279

URL: http://llvm.org/viewvc/llvm-project?rev=327279&view=rev
Log:
[Hexagon] Add REQUIRES: asserts to testcases that use -debug-only

Modified:
    llvm/trunk/test/CodeGen/Hexagon/swp-epilog-phi6.ll
    llvm/trunk/test/CodeGen/Hexagon/swp-phi-chains.ll
    llvm/trunk/test/CodeGen/Hexagon/swp-resmii.ll

Modified: llvm/trunk/test/CodeGen/Hexagon/swp-epilog-phi6.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Hexagon/swp-epilog-phi6.ll?rev=327279&r1=327278&r2=327279&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Hexagon/swp-epilog-phi6.ll (original)
+++ llvm/trunk/test/CodeGen/Hexagon/swp-epilog-phi6.ll Mon Mar 12 08:11:16 2018
@@ -1,4 +1,5 @@
 ; RUN: llc -march=hexagon -O2 -debug-only=pipeliner < %s -o - 2>&1 > /dev/null | FileCheck %s
+; REQUIRES: asserts
 
 ; Test that the phi in the first epilog block is getter the correct
 ; value from the kernel block. In this bug, the phi was using the value

Modified: llvm/trunk/test/CodeGen/Hexagon/swp-phi-chains.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Hexagon/swp-phi-chains.ll?rev=327279&r1=327278&r2=327279&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Hexagon/swp-phi-chains.ll (original)
+++ llvm/trunk/test/CodeGen/Hexagon/swp-phi-chains.ll Mon Mar 12 08:11:16 2018
@@ -1,4 +1,5 @@
 ; RUN: llc -march=hexagon -debug-only=pipeliner < %s -o - 2>&1 | FileCheck %s
+; REQUIRES: asserts
 
 ; Test that there is a chain edge between two dependent Phis.
 ; The pipeliner tries to remove chains between unrelated Phis, but

Modified: llvm/trunk/test/CodeGen/Hexagon/swp-resmii.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Hexagon/swp-resmii.ll?rev=327279&r1=327278&r2=327279&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Hexagon/swp-resmii.ll (original)
+++ llvm/trunk/test/CodeGen/Hexagon/swp-resmii.ll Mon Mar 12 08:11:16 2018
@@ -1,5 +1,5 @@
 ; RUN: llc -disable-lsr -march=hexagon -enable-pipeliner  \
-; RUN:     -debug-only=pipeliner < %s -o - 2>&1 > /dev/null | FileCheck %s
+; RUN:     -debug-only=pipeliner < %s 2>&1 > /dev/null | FileCheck %s
 ; REQUIRES: asserts
 ;
 ; Test that checks if the ResMII is 1.




More information about the llvm-commits mailing list