diff options
author | Nadav Rotem <nrotem@apple.com> | 2012-12-23 09:11:07 +0000 |
---|---|---|
committer | Nadav Rotem <nrotem@apple.com> | 2012-12-23 09:11:07 +0000 |
commit | aa92ea4f121e5c9e2adc6f71aa8d50ebcc400322 (patch) | |
tree | cfbb771a89b5a437715548417c5aa73561fce71e | |
parent | ff120c7fc51c9fb2d18ac1c124cf139fa99c415a (diff) | |
download | bcm5719-llvm-aa92ea4f121e5c9e2adc6f71aa8d50ebcc400322.tar.gz bcm5719-llvm-aa92ea4f121e5c9e2adc6f71aa8d50ebcc400322.zip |
We are not ready to estimate the cost of integer expansions based on the number of parts. This test is too noisy.
llvm-svn: 170999
-rw-r--r-- | llvm/test/Analysis/CostModel/X86/i32.ll | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/test/Analysis/CostModel/X86/i32.ll b/llvm/test/Analysis/CostModel/X86/i32.ll index 52c295934c7..c2dce762a09 100644 --- a/llvm/test/Analysis/CostModel/X86/i32.ll +++ b/llvm/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 |