summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LoopVectorize
diff options
context:
space:
mode:
authorMohammed Agabaria <mohammed.agabaria@intel.com>2017-01-11 09:03:11 +0000
committerMohammed Agabaria <mohammed.agabaria@intel.com>2017-01-11 09:03:11 +0000
commit81d0f17055e9f0b8c1d41606fc5bfc1d9e4126ea (patch)
treecaa23218be437e94f939e746dfa0583ad8dade21 /llvm/test/Transforms/LoopVectorize
parent57b0e6a5c9561f61e06f1a931a1a36fb735c0f84 (diff)
downloadbcm5719-llvm-81d0f17055e9f0b8c1d41606fc5bfc1d9e4126ea.tar.gz
bcm5719-llvm-81d0f17055e9f0b8c1d41606fc5bfc1d9e4126ea.zip
[X86] fixing failed test in commit: r291657
Missing Requires asserts. llvm-svn: 291659
Diffstat (limited to 'llvm/test/Transforms/LoopVectorize')
-rw-r--r--llvm/test/Transforms/LoopVectorize/X86/mul_slm_16bit.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Transforms/LoopVectorize/X86/mul_slm_16bit.ll b/llvm/test/Transforms/LoopVectorize/X86/mul_slm_16bit.ll
index 8cbe97dbb34..ad79e38cafa 100644
--- a/llvm/test/Transforms/LoopVectorize/X86/mul_slm_16bit.ll
+++ b/llvm/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"
OpenPOWER on IntegriCloud