[llvm] r327281 - [Hexagon] Add REQUIRES: asserts to testcases that use -stats

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


Author: kparzysz
Date: Mon Mar 12 08:20:36 2018
New Revision: 327281

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

Modified:
    llvm/trunk/test/CodeGen/Hexagon/swp-chain-refs.ll
    llvm/trunk/test/CodeGen/Hexagon/swp-large-rec.ll

Modified: llvm/trunk/test/CodeGen/Hexagon/swp-chain-refs.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Hexagon/swp-chain-refs.ll?rev=327281&r1=327280&r2=327281&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Hexagon/swp-chain-refs.ll (original)
+++ llvm/trunk/test/CodeGen/Hexagon/swp-chain-refs.ll Mon Mar 12 08:20:36 2018
@@ -1,5 +1,6 @@
 ; RUN: llc -march=hexagon -enable-pipeliner=true -stats -o /dev/null < %s \
 ; RUN:      2>&1 | FileCheck %s --check-prefix=STATS
+; REQUIRES: asserts
 
 ; Test that we do not schedule chained references too far apart,
 ; which enables the loop to be pipelined. In this test, the loop should

Modified: llvm/trunk/test/CodeGen/Hexagon/swp-large-rec.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Hexagon/swp-large-rec.ll?rev=327281&r1=327280&r2=327281&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Hexagon/swp-large-rec.ll (original)
+++ llvm/trunk/test/CodeGen/Hexagon/swp-large-rec.ll Mon Mar 12 08:20:36 2018
@@ -1,6 +1,7 @@
 ; RUN: llc -march=hexagon -enable-pipeliner -stats \
 ; RUN:     -pipeliner-prune-loop-carried=false -fp-contract=fast \
 ; RUN:     -o /dev/null < %s 2>&1 | FileCheck %s --check-prefix=STATS
+; REQUIRES: asserts
 
 ; That that we do not pipeline this loop. The recurrence is too large. If
 ; we pipeline this example, that means we're not checking the complete




More information about the llvm-commits mailing list