From 09c70527cedfe859b8ae69a4e0a6681410619908 Mon Sep 17 00:00:00 2001 From: Andrey Turetskiy Date: Tue, 7 Jun 2016 15:52:35 +0000 Subject: [PATCH] Quick fix for the test from rL272014 "[LAA] Improve non-wrapping pointer detection by handling loop-invariant case" (s couple of buildbots failed). Patch by Roman Shirokiy. llvm-svn: 272019 --- test/Transforms/LoopVectorize/multiple-strides-vectorization.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Transforms/LoopVectorize/multiple-strides-vectorization.ll b/test/Transforms/LoopVectorize/multiple-strides-vectorization.ll index afbf41efbe4..adadbfc9e1d 100644 --- a/test/Transforms/LoopVectorize/multiple-strides-vectorization.ll +++ b/test/Transforms/LoopVectorize/multiple-strides-vectorization.ll @@ -1,4 +1,4 @@ -; RUN: opt -loop-vectorize -S < %s | FileCheck %s +; RUN: opt -loop-vectorize -force-vector-width=4 -S < %s | FileCheck %s ; This is the test case from PR26314. ; When we were retrying dependence checking with memchecks only,