summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LoopVectorize/AArch64
diff options
context:
space:
mode:
authorAdam Nemet <anemet@apple.com>2018-02-27 05:41:16 +0000
committerAdam Nemet <anemet@apple.com>2018-02-27 05:41:16 +0000
commitb424cd5d61cf01ad84b5cf56c9600a004a58d34d (patch)
treeaebc6984c6cb93ed504bd1e3a89df902c2ba3993 /llvm/test/Transforms/LoopVectorize/AArch64
parenteec8221d4b7ea1b9a139ac9b5fa7bc073352e63c (diff)
downloadbcm5719-llvm-b424cd5d61cf01ad84b5cf56c9600a004a58d34d.tar.gz
bcm5719-llvm-b424cd5d61cf01ad84b5cf56c9600a004a58d34d.zip
Make test agnostic to cost model
This was causing bot failures on greendragon llvm-svn: 326169
Diffstat (limited to 'llvm/test/Transforms/LoopVectorize/AArch64')
-rw-r--r--llvm/test/Transforms/LoopVectorize/AArch64/pr36032.ll2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud