[DAGCombiner] Add target hook function to decide folding (mul (add x, c1), c2)
[llvm-project.git] / llvm / test / Transforms / PGOProfile / comdat_internal.ll
blob48222f820523bdc9214d4622e2985b98d956189b
1 ; RUN: opt < %s -pgo-instr-gen -instrprof -S | FileCheck %s
2 ; RUN: opt < %s -passes=pgo-instr-gen,instrprof -S | FileCheck %s
3 target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
4 target triple = "x86_64-unknown-linux-gnu"
6 $foo = comdat any
7 ; CHECK: $foo = comdat any
9 ; CHECK: $__llvm_profile_raw_version = comdat any
10 ; CHECK: $__profc__stdin__foo.[[#FOO_HASH:]] = comdat any
12 @bar = global i32 ()* @foo, align 8
14 ; CHECK: @__llvm_profile_raw_version = constant i64 {{[0-9]+}}, comdat
15 ; CHECK-NOT: __profn__stdin__foo
16 ; CHECK: @__profc__stdin__foo.[[#FOO_HASH]] = private global [1 x i64] zeroinitializer, section "__llvm_prf_cnts", comdat, align 8
17 ; CHECK: @__profd__stdin__foo.[[#FOO_HASH]] = private global { i64, i64, i64, i8*, i8*, i32, [2 x i16] } { i64 -5640069336071256030, i64 [[#FOO_HASH]], i64 sub (i64 ptrtoint ([1 x i64]* @__profc__stdin__foo.742261418966908927 to i64), i64 ptrtoint ({ i64, i64, i64, i8*, i8*, i32, [2 x i16] }* @__profd__stdin__foo.742261418966908927 to i64)), i8* null
18 ; CHECK-NOT: bitcast (i32 ()* @foo to i8*)
19 ; CHECK-SAME: , i8* null, i32 1, [2 x i16] zeroinitializer }, section "__llvm_prf_data", comdat($__profc__stdin__foo.[[#FOO_HASH]]), align 8
20 ; CHECK: @__llvm_prf_nm
21 ; CHECK: @llvm.compiler.used
23 define internal i32 @foo() comdat {
24 entry:
25   ret i32 1