[llvm-commits] [llvm] r166722 - /llvm/trunk/test/Transforms/LoopVectorize/cost-model.ll

Nadav Rotem nrotem at apple.com
Thu Oct 25 14:42:51 PDT 2012


Author: nadav
Date: Thu Oct 25 16:42:50 2012
New Revision: 166722

URL: http://llvm.org/viewvc/llvm-project?rev=166722&view=rev
Log:
Fix the cost-model test.

Modified:
    llvm/trunk/test/Transforms/LoopVectorize/cost-model.ll

Modified: llvm/trunk/test/Transforms/LoopVectorize/cost-model.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/LoopVectorize/cost-model.ll?rev=166722&r1=166721&r2=166722&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/LoopVectorize/cost-model.ll (original)
+++ llvm/trunk/test/Transforms/LoopVectorize/cost-model.ll Thu Oct 25 16:42:50 2012
@@ -9,7 +9,7 @@
 @a = common global [2048 x i32] zeroinitializer, align 16
 
 ;CHECK: cost_model_1
-;CHECK-NOT: <4 x i32>
+;CHECK: <4 x i32>
 ;CHECK: ret void
 define void @cost_model_1() nounwind uwtable noinline ssp {
 entry:





More information about the llvm-commits mailing list