[llvm-commits] [llvm] r170999 - /llvm/trunk/test/Analysis/CostModel/X86/i32.ll

Nadav Rotem nrotem at apple.com
Sun Dec 23 01:11:07 PST 2012


Author: nadav
Date: Sun Dec 23 03:11:07 2012
New Revision: 170999

URL: http://llvm.org/viewvc/llvm-project?rev=170999&view=rev
Log:
We are not ready to estimate the cost of integer expansions based on the number of parts. This test is too noisy.

Modified:
    llvm/trunk/test/Analysis/CostModel/X86/i32.ll

Modified: llvm/trunk/test/Analysis/CostModel/X86/i32.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Analysis/CostModel/X86/i32.ll?rev=170999&r1=170998&r2=170999&view=diff
==============================================================================
--- llvm/trunk/test/Analysis/CostModel/X86/i32.ll (original)
+++ llvm/trunk/test/Analysis/CostModel/X86/i32.ll Sun Dec 23 03:11:07 2012
@@ -1,7 +1,5 @@
 ; RUN: opt < %s  -cost-model -analyze -mtriple=i386 -mcpu=corei7-avx | FileCheck %s
 
-
-;CHECK: cost of 2 {{.*}} add
 ;CHECK: cost of 0 {{.*}} ret
 define i32 @no_info(i32 %arg) {
   %e = add i64 undef, undef





More information about the llvm-commits mailing list