1 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mattr=mips16 -mattr=+soft-float -mips16-hard-float -relocation-model=static -mips16-constant-islands < %s | FileCheck %s -check-prefix=constisle
3 @i = common global i32 0, align 4
4 @b = common global i32 0, align 4
5 @l = common global i32 0, align 4
7 ; Function Attrs: nounwind
8 define void @foo() #0 {
10 store i32 305419896, ptr @i, align 4
11 %0 = load i32, ptr @b, align 4
12 %tobool = icmp ne i32 %0, 0
13 br i1 %tobool, label %if.then, label %if.else
15 if.then: ; preds = %entry
16 store i32 10, ptr @b, align 4
19 if.else: ; preds = %entry
20 store i32 20, ptr @b, align 4
23 if.end: ; preds = %if.else, %if.then
24 call void asm sideeffect ".space 100000", ""() #1, !srcloc !1
25 store i32 305419896, ptr @l, align 4
28 ; constisle .4byte 305419896 # 0x12345678
30 ; constisle .space 100000
33 ; constisle .4byte 305419896 # 0x12345678
36 attributes #0 = { nounwind "less-precise-fpmad"="false" "frame-pointer"="all" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "stack-protector-buffer-size"="8" "unsafe-fp-math"="false" "use-soft-float"="false" }
37 attributes #1 = { nounwind }