[llvm] r330748 - [LoopInterchange] Add REQUIRES: asserts to test.

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 24 11:10:53 PDT 2018


Author: fhahn
Date: Tue Apr 24 11:10:52 2018
New Revision: 330748

URL: http://llvm.org/viewvc/llvm-project?rev=330748&view=rev
Log:
[LoopInterchange] Add REQUIRES: asserts to test.

Modified:
    llvm/trunk/test/Transforms/LoopInterchange/interchange-no-deps.ll

Modified: llvm/trunk/test/Transforms/LoopInterchange/interchange-no-deps.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/LoopInterchange/interchange-no-deps.ll?rev=330748&r1=330747&r2=330748&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/LoopInterchange/interchange-no-deps.ll (original)
+++ llvm/trunk/test/Transforms/LoopInterchange/interchange-no-deps.ll Tue Apr 24 11:10:52 2018
@@ -1,3 +1,4 @@
+; REQUIRES: asserts
 ; RUN: opt < %s -loop-interchange -simplifycfg -pass-remarks-output=%t \
 ; RUN:     -pass-remarks=loop-interchange -pass-remarks-missed=loop-interchange -stats -S 2>&1 \
 ; RUN:     | FileCheck -check-prefix=STATS %s




More information about the llvm-commits mailing list