diff options
Diffstat (limited to 'test/Analysis/CostModel/PowerPC/load_store.ll')
| -rw-r--r-- | test/Analysis/CostModel/PowerPC/load_store.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Analysis/CostModel/PowerPC/load_store.ll b/test/Analysis/CostModel/PowerPC/load_store.ll index 1e50f1651e0a9..0a568b88e7269 100644 --- a/test/Analysis/CostModel/PowerPC/load_store.ll +++ b/test/Analysis/CostModel/PowerPC/load_store.ll @@ -1,4 +1,4 @@ -; RUN: opt < %s -cost-model -analyze -mtriple=powerpc64-unknown-linux-gnu -mcpu=pwr7 | FileCheck %s +; RUN: opt < %s -cost-model -analyze -mtriple=powerpc64-unknown-linux-gnu -mcpu=g5 | 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-f128:128:128-v128:128:128-n32:64" target triple = "powerpc64-unknown-linux-gnu" @@ -34,7 +34,7 @@ define i32 @loads(i32 %arg) { ; CHECK: cost of 48 {{.*}} load load <4 x i16>, <4 x i16>* undef, align 2 - ; CHECK: cost of 1 {{.*}} load + ; CHECK: cost of 2 {{.*}} load load <4 x i32>, <4 x i32>* undef, align 4 ; CHECK: cost of 46 {{.*}} load |
