[llvm] r306979 - llvm/test/Transforms/LoopVectorize/X86/slm-no-vectorize.ll: -debug is available in +Asserts.

NAKAMURA Takumi via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 2 07:25:27 PDT 2017


Author: chapuni
Date: Sun Jul  2 07:25:27 2017
New Revision: 306979

URL: http://llvm.org/viewvc/llvm-project?rev=306979&view=rev
Log:
llvm/test/Transforms/LoopVectorize/X86/slm-no-vectorize.ll: -debug is available in +Asserts.

Modified:
    llvm/trunk/test/Transforms/LoopVectorize/X86/slm-no-vectorize.ll

Modified: llvm/trunk/test/Transforms/LoopVectorize/X86/slm-no-vectorize.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/LoopVectorize/X86/slm-no-vectorize.ll?rev=306979&r1=306978&r2=306979&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/LoopVectorize/X86/slm-no-vectorize.ll (original)
+++ llvm/trunk/test/Transforms/LoopVectorize/X86/slm-no-vectorize.ll Sun Jul  2 07:25:27 2017
@@ -1,4 +1,5 @@
 ; RUN: opt < %s -loop-vectorize -mtriple=x86_64-unknown-linux -S -mcpu=slm -debug 2>&1 | FileCheck -check-prefix=MSG %s
+; REQUIRES: asserts
 ; This test should not be vectorized in X86\SLM arch
 ; Vectorizing the 64bit multiply in this case is wrong since
 ; it can be done with a lower bit mode (notice that the sources is 16bit)




More information about the llvm-commits mailing list