summaryrefslogtreecommitdiff
path: root/test/Analysis/CostModel
diff options
context:
space:
mode:
authorNadav Rotem <nrotem@apple.com>2012-12-23 09:11:07 +0000
committerNadav Rotem <nrotem@apple.com>2012-12-23 09:11:07 +0000
commitf85ec865f0f803273ab38e3b1a19fe185c7e88ac (patch)
tree96b4685cd45f84d403707f45ce8f37612e39d870 /test/Analysis/CostModel
parentd63c66890cd47e1c271df0737ec4f74975740bc1 (diff)
downloadllvm-f85ec865f0f803273ab38e3b1a19fe185c7e88ac.tar.gz
llvm-f85ec865f0f803273ab38e3b1a19fe185c7e88ac.tar.bz2
llvm-f85ec865f0f803273ab38e3b1a19fe185c7e88ac.tar.xz
We are not ready to estimate the cost of integer expansions based on the number of parts. This test is too noisy.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170999 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis/CostModel')
-rw-r--r--test/Analysis/CostModel/X86/i32.ll2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/Analysis/CostModel/X86/i32.ll b/test/Analysis/CostModel/X86/i32.ll
index 52c295934c..c2dce762a0 100644
--- a/test/Analysis/CostModel/X86/i32.ll
+++ b/test/Analysis/CostModel/X86/i32.ll
@@ -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