1 ; RUN: opt < %s -passes="print<inline-cost>" 2>&1 | FileCheck %s
4 ; CHECK: cost before = {{.*}}, cost after = {{.*}}, threshold before = {{.*}}, threshold after = {{.*}}, cost delta = {{.*}}, simplified to ptr inttoptr (i64 754974760 to ptr)
6 define ptr @foo(i64 %0) {
7 %2 = inttoptr i64 754974720 to ptr
8 %3 = getelementptr ptr addrspace(1), ptr %2, i64 %0
13 %1 = call ptr @foo(i64 5)