[llvm] r318273 - Fix llvm/test/Transforms/LoopRotate/pr35210.ll in rL318237, it uses debug options.

NAKAMURA Takumi via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 14 22:46:58 PST 2017


Author: chapuni
Date: Tue Nov 14 22:46:58 2017
New Revision: 318273

URL: http://llvm.org/viewvc/llvm-project?rev=318273&view=rev
Log:
Fix llvm/test/Transforms/LoopRotate/pr35210.ll in rL318237, it uses debug options.

Modified:
    llvm/trunk/test/Transforms/LoopRotate/pr35210.ll

Modified: llvm/trunk/test/Transforms/LoopRotate/pr35210.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/LoopRotate/pr35210.ll?rev=318273&r1=318272&r2=318273&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/LoopRotate/pr35210.ll (original)
+++ llvm/trunk/test/Transforms/LoopRotate/pr35210.ll Tue Nov 14 22:46:58 2017
@@ -1,4 +1,5 @@
 ;RUN: opt %s -passes='adce,loop(rotate),adce' -S -debug-pass-manager -debug-only=loop-rotate 2>&1 | FileCheck %s
+;REQUIRES: asserts
 
 ; This test is to make sure we invalidate the post dominator pass after loop rotate simplifies the loop latch.
 ; The adce passes are here to make sure post dominator analysis is required.




More information about the llvm-commits mailing list