[polly] r312632 - [test] Add forgotten REQUIRES: line.

Michael Kruse via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 6 06:11:24 PDT 2017


Author: meinersbur
Date: Wed Sep  6 06:11:24 2017
New Revision: 312632

URL: http://llvm.org/viewvc/llvm-project?rev=312632&view=rev
Log:
[test] Add forgotten REQUIRES: line.

Modified:
    polly/trunk/test/DeLICM/reject_unusualstore.ll

Modified: polly/trunk/test/DeLICM/reject_unusualstore.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/DeLICM/reject_unusualstore.ll?rev=312632&r1=312631&r2=312632&view=diff
==============================================================================
--- polly/trunk/test/DeLICM/reject_unusualstore.ll (original)
+++ polly/trunk/test/DeLICM/reject_unusualstore.ll Wed Sep  6 06:11:24 2017
@@ -1,5 +1,6 @@
 ; RUN: opt %loadPolly -polly-delicm -analyze< %s | FileCheck %s
 ; RUN: opt %loadPolly -polly-delicm -disable-output -stats < %s 2>&1 | FileCheck %s --check-prefix=STATS
+; REQUIRES: asserts
 ;
 ;    void func(double *A) {
 ;      for (int j = 0; j < 2; j += 1) { /* outer */




More information about the llvm-commits mailing list