From: NAKAMURA Takumi Date: Sun, 2 Jul 2017 14:25:27 +0000 (+0000) Subject: llvm/test/Transforms/LoopVectorize/X86/slm-no-vectorize.ll: -debug is available in... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c49c5b222efa4a0778b8ed1e52d1d61a6ea1e8bf;p=llvm llvm/test/Transforms/LoopVectorize/X86/slm-no-vectorize.ll: -debug is available in +Asserts. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@306979 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/LoopVectorize/X86/slm-no-vectorize.ll b/test/Transforms/LoopVectorize/X86/slm-no-vectorize.ll index 8be9f1d0799..cd3e89ae735 100644 --- a/test/Transforms/LoopVectorize/X86/slm-no-vectorize.ll +++ b/test/Transforms/LoopVectorize/X86/slm-no-vectorize.ll @@ -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)