projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eec8221
)
Make test agnostic to cost model
author
Adam Nemet
<anemet@apple.com>
Tue, 27 Feb 2018 05:41:16 +0000
(
05:41
+0000)
committer
Adam 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
patch
|
blob
|
history
diff --git
a/llvm/test/Transforms/LoopVectorize/AArch64/pr36032.ll
b/llvm/test/Transforms/LoopVectorize/AArch64/pr36032.ll
index
aadc4cb
..
7e63383
100644
(file)
--- 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