[DAGCombiner] Add target hook function to decide folding (mul (add x, c1), c2)
[llvm-project.git] / llvm / test / Transforms / GlobalSplit / nonlocal.ll
blob4f2f81157c5857e1497985d1d7cfc0f7e3b3984f
1 ; RUN: opt -S -globalsplit %s | FileCheck %s
3 target datalayout = "e-p:64:64"
4 target triple = "x86_64-unknown-linux-gnu"
6 ; CHECK: @global =
7 @global = constant { [2 x i8* ()*], [1 x i8* ()*] } {
8   [2 x i8* ()*] [i8* ()* @f, i8* ()* @g],
9   [1 x i8* ()*] [i8* ()* @h]
12 define i8* @f() {
13   ret i8* bitcast (i8* ()** getelementptr ({ [2 x i8* ()*], [1 x i8* ()*] }, { [2 x i8* ()*], [1 x i8* ()*] }* @global, i32 0, inrange i32 0, i32 0) to i8*)
16 define i8* @g() {
17   ret i8* null
20 define i8* @h() {
21   ret i8* null
24 define void @foo() {
25   %p = call i1 @llvm.type.test(i8* null, metadata !"")
26   ret void
29 declare i1 @llvm.type.test(i8*, metadata) nounwind readnone