[DAGCombiner] Add target hook function to decide folding (mul (add x, c1), c2)
[llvm-project.git] / llvm / test / Transforms / GlobalOpt / evaluate-bitcast-4.ll
blob1e7c89894d2aa188393c6723fe6b42bf521cb759
1 ; PR48055. Check that this does not crash.
2 ; RUN: opt -globalopt %s -disable-output
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 %struct.g = type opaque
7 %struct.a = type { i32 (...)** }
9 @l = dso_local global i32 0, align 4
10 @h = external dso_local global %struct.g, align 1
11 @llvm.global_ctors = appending global [1 x { i32, void ()*, i8* }] [{ i32, void ()*, i8* } { i32 65535, void ()* @_GLOBAL__sub_I_bug48055.cc, i8* null }]
13 ; Function Attrs: uwtable
14 define internal void @__cxx_global_var_init() {
15 entry:
16   %vtable = load i32 (%struct.a*)**, i32 (%struct.a*)*** bitcast (%struct.g* @h to i32 (%struct.a*)***), align 1
17   %0 = load i32 (%struct.a*)*, i32 (%struct.a*)** %vtable, align 8
18   %call = call i32 %0(%struct.a* nonnull dereferenceable(8) bitcast (%struct.g* @h to %struct.a*))
19   store i32 %call, i32* @l, align 4
20   ret void
23 ; Function Attrs: uwtable
24 define internal void @_GLOBAL__sub_I_bug48055.cc() {
25 entry:
26   call void @__cxx_global_var_init()
27   ret void