summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LoopVectorize/nofloat.ll
diff options
context:
space:
mode:
authorNadav Rotem <nrotem@apple.com>2013-01-09 01:20:59 +0000
committerNadav Rotem <nrotem@apple.com>2013-01-09 01:20:59 +0000
commit30a65bc39e631e84d9a07a57792a28b30a68b0a1 (patch)
tree715cdcfd5d9556cb90a09c11b6d31b567c2171f3 /llvm/test/Transforms/LoopVectorize/nofloat.ll
parentcc3d2dca60d1a624c6ecc8cc5c21aafdbfec5c0f (diff)
downloadbcm5719-llvm-30a65bc39e631e84d9a07a57792a28b30a68b0a1.tar.gz
bcm5719-llvm-30a65bc39e631e84d9a07a57792a28b30a68b0a1.zip
Remove the -licm pass from the loop vectorizer test because the loop vectorizer does it now.
llvm-svn: 171930
Diffstat (limited to 'llvm/test/Transforms/LoopVectorize/nofloat.ll')
-rw-r--r--llvm/test/Transforms/LoopVectorize/nofloat.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/LoopVectorize/nofloat.ll b/llvm/test/Transforms/LoopVectorize/nofloat.ll
index dbdec330ca2..de23bf02b63 100644
--- a/llvm/test/Transforms/LoopVectorize/nofloat.ll
+++ b/llvm/test/Transforms/LoopVectorize/nofloat.ll
@@ -1,4 +1,4 @@
-; RUN: opt < %s -loop-vectorize -force-vector-unroll=1 -force-vector-width=4 -dce -instcombine -licm -S | FileCheck %s
+; RUN: opt < %s -loop-vectorize -force-vector-unroll=1 -force-vector-width=4 -dce -instcombine -S | FileCheck %s
; Make sure that we don't vectorize functions with 'noimplicitfloat' attributes.
OpenPOWER on IntegriCloud