[llvm] r364005 - [LICM & MSSA] Fixed test to run only with assertions enabled as it uses -debug-only

Yevgeny Rouban via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 20 21:49:40 PDT 2019


Author: yrouban
Date: Thu Jun 20 21:49:40 2019
New Revision: 364005

URL: http://llvm.org/viewvc/llvm-project?rev=364005&view=rev
Log:
[LICM & MSSA] Fixed test to run only with assertions enabled as it uses -debug-only

Modified:
    llvm/trunk/test/Analysis/MemorySSA/pr42294.ll

Modified: llvm/trunk/test/Analysis/MemorySSA/pr42294.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Analysis/MemorySSA/pr42294.ll?rev=364005&r1=364004&r2=364005&view=diff
==============================================================================
--- llvm/trunk/test/Analysis/MemorySSA/pr42294.ll (original)
+++ llvm/trunk/test/Analysis/MemorySSA/pr42294.ll Thu Jun 20 21:49:40 2019
@@ -1,3 +1,4 @@
+; REQUIRES: asserts
 ; RUN: opt -loop-rotate -licm %s -disable-output -enable-mssa-loop-dependency=true -debug-only=licm 2>&1 | FileCheck %s -check-prefix=LICM
 ; RUN: opt -loop-rotate -licm %s -disable-output -enable-mssa-loop-dependency=false -debug-only=licm 2>&1 | FileCheck %s -check-prefix=LICM
 ; RUN: opt -loop-rotate -licm %s -S -enable-mssa-loop-dependency=true  | FileCheck %s




More information about the llvm-commits mailing list