From b424cd5d61cf01ad84b5cf56c9600a004a58d34d Mon Sep 17 00:00:00 2001 From: Adam Nemet Date: Tue, 27 Feb 2018 05:41:16 +0000 Subject: Make test agnostic to cost model This was causing bot failures on greendragon llvm-svn: 326169 --- llvm/test/Transforms/LoopVectorize/AArch64/pr36032.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/Transforms') diff --git a/llvm/test/Transforms/LoopVectorize/AArch64/pr36032.ll b/llvm/test/Transforms/LoopVectorize/AArch64/pr36032.ll index aadc4cb8e61..7e63383c516 100644 --- a/llvm/test/Transforms/LoopVectorize/AArch64/pr36032.ll +++ b/llvm/test/Transforms/LoopVectorize/AArch64/pr36032.ll @@ -1,5 +1,5 @@ ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py -; RUN: opt -loop-vectorize -S -mtriple=aarch64-unknown-linux-gnu < %s | FileCheck %s +; RUN: opt -loop-vectorize -S -mtriple=aarch64-unknown-linux-gnu -force-vector-interleave=1 -force-vector-width=4 < %s | FileCheck %s ; The test checks that there is no assert caused by issue described in PR36032 -- cgit v1.2.3