summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LoopVectorize
diff options
context:
space:
mode:
authorMatthew Simpson <mssimpso@codeaurora.org>2017-01-17 22:21:33 +0000
committerMatthew Simpson <mssimpso@codeaurora.org>2017-01-17 22:21:33 +0000
commite2c9ad94838b4bceea8b518a8dd52ae93276995f (patch)
tree32808b8abcf190820b1f0e063b3ff0d8bcbec7f5 /llvm/test/Transforms/LoopVectorize
parentaa885c990bdf462d3cdf42295cf18f17a28ce92a (diff)
downloadbcm5719-llvm-e2c9ad94838b4bceea8b518a8dd52ae93276995f.tar.gz
bcm5719-llvm-e2c9ad94838b4bceea8b518a8dd52ae93276995f.zip
[LV] Add requires asserts to test case
llvm-svn: 292280
Diffstat (limited to 'llvm/test/Transforms/LoopVectorize')
-rw-r--r--llvm/test/Transforms/LoopVectorize/X86/consecutive-ptr-uniforms.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Transforms/LoopVectorize/X86/consecutive-ptr-uniforms.ll b/llvm/test/Transforms/LoopVectorize/X86/consecutive-ptr-uniforms.ll
index 9725d3e4762..32bfcd2275a 100644
--- a/llvm/test/Transforms/LoopVectorize/X86/consecutive-ptr-uniforms.ll
+++ b/llvm/test/Transforms/LoopVectorize/X86/consecutive-ptr-uniforms.ll
@@ -1,3 +1,4 @@
+; REQUIRES: asserts
; RUN: opt < %s -loop-vectorize -instcombine -S -debug-only=loop-vectorize -disable-output -print-after=instcombine 2>&1 | FileCheck %s
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
OpenPOWER on IntegriCloud