Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / Analysis / CostModel / SystemZ / load-ptr-cmp-fold.ll
blobd4a57d1cdd9ceea554a5883a300e40ecb00fc6ef
1 ; RUN: opt < %s -passes="print<cost-model>" 2>&1 -disable-output -mtriple=systemz-unknown -mcpu=z13 | FileCheck %s
3 ; Test that the cost heuristic for a folded load works also for a pointer operand.
4 define void @fun0(ptr %lhs, ptr %rhs_ptr) {
5   %rhs = load ptr, ptr %rhs_ptr
6   %c = icmp eq ptr %lhs, %rhs
7   ret void
8 ; CHECK: function 'fun0'
9 ; CHECK: Cost Model: Found an estimated cost of 0 for instruction:   %rhs = load
10 ; CHECK: Cost Model: Found an estimated cost of 1 for instruction:   %c = icmp