[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / llvm / test / Transforms / GlobalOpt / shrink-global-to-bool-check-debug.ll
blob1c917413c6f0042ff1bf24d480071ff13ec8b11d
1 ; RUN: opt -S -passes=debugify,globalopt -f %s | FileCheck %s
3 @foo = internal global i32 0, align 4
5 define void @store() {
6 entry:
7   store i32 5, i32* @foo, align 4
8   ret void
11 define i32 @bar() {
12 entry:
13   %0 = load i32, i32* @foo, align 4
14   ret i32 %0
17 ;CHECK:      @bar
18 ;CHECK-NEXT: entry:
19 ;CHECK-NEXT:   %.b = load i1, i1* @foo, align 1, !dbg ![[DbgLocLoadSel:[0-9]+]]
20 ;CHECK-NEXT:   %0 = select i1 %.b, i32 5, i32 0, !dbg ![[DbgLocLoadSel]]
21 ;CHECK-NEXT:   call void @llvm.dbg.value({{.*}}), !dbg ![[DbgLocLoadSel]]
22 ;CHECK-NEXT:   ret i32 %0, !dbg ![[DbgLocRet:[0-9]+]]
24 ;CHECK: ![[DbgLocLoadSel]] = !DILocation(line: 3,
25 ;CHECK: ![[DbgLocRet]] = !DILocation(line: 4,