OSDN Git Service

[X86] fixing failed test in commit: r291657
authorMohammed Agabaria <mohammed.agabaria@intel.com>
Wed, 11 Jan 2017 09:03:11 +0000 (09:03 +0000)
committerMohammed Agabaria <mohammed.agabaria@intel.com>
Wed, 11 Jan 2017 09:03:11 +0000 (09:03 +0000)
Missing Requires asserts.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@291659 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/LoopVectorize/X86/mul_slm_16bit.ll

index 8cbe97d..ad79e38 100644 (file)
@@ -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"