From: Mohammed Agabaria Date: Wed, 11 Jan 2017 09:03:11 +0000 (+0000) Subject: [X86] fixing failed test in commit: r291657 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=208cabd074b8fccabd2c67aef4260fe3984ff3e3;p=llvm [X86] fixing failed test in commit: r291657 Missing Requires asserts. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@291659 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/LoopVectorize/X86/mul_slm_16bit.ll b/test/Transforms/LoopVectorize/X86/mul_slm_16bit.ll index 8cbe97dbb34..ad79e38cafa 100644 --- a/test/Transforms/LoopVectorize/X86/mul_slm_16bit.ll +++ b/test/Transforms/LoopVectorize/X86/mul_slm_16bit.ll @@ -1,3 +1,4 @@ +; REQUIRES: asserts ; RUN: opt < %s -S -debug -loop-vectorize -mcpu=slm 2>&1 | FileCheck %s --check-prefix=SLM target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"