Make test agnostic to cost model
authorAdam Nemet <anemet@apple.com>
Tue, 27 Feb 2018 05:41:16 +0000 (05:41 +0000)
committerAdam Nemet <anemet@apple.com>
Tue, 27 Feb 2018 05:41:16 +0000 (05:41 +0000)
This was causing bot failures on greendragon

llvm-svn: 326169

llvm/test/Transforms/LoopVectorize/AArch64/pr36032.ll

index aadc4cb..7e63383 100644 (file)
@@ -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