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

Nadav Rotem nrotem at apple.com
Thu Oct 25 14:18:43 PDT 2012


Author: nadav
Date: Thu Oct 25 16:18:42 2012
New Revision: 166718

URL: http://llvm.org/viewvc/llvm-project?rev=166718&view=rev
Log:
Add the cpu model to the 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=166718&r1=166717&r2=166718&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/LoopVectorize/cost-model.ll (original)
+++ llvm/trunk/test/Transforms/LoopVectorize/cost-model.ll Thu Oct 25 16:18:42 2012
@@ -1,4 +1,4 @@
-; RUN: opt < %s  -loop-vectorize -mtriple=x86_64-apple-macosx10.8.0 -S | FileCheck %s
+; RUN: opt < %s  -loop-vectorize -mtriple=x86_64-apple-macosx10.8.0 -mcpu=corei7-avx -S | FileCheck %s
 
 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64-S128"
 target triple = "x86_64-apple-macosx10.8.0"





More information about the llvm-commits mailing list