30 lines · plain
1; RUN: llc -mtriple=mipsel-linux-gnu -mattr=mips16 -mattr=+soft-float -mips16-hard-float -relocation-model=pic -mips16-constant-islands < %s | FileCheck %s -check-prefix=load-relax12 3; RUN: llc -mtriple=mipsel-linux-gnu -mattr=mips16 -mattr=+soft-float -mips16-hard-float -relocation-model=pic -mips16-constant-islands < %s | FileCheck %s -check-prefix=load-relax4 5; ModuleID = 'const6a.c'6target datalayout = "E-p:32:32:32-i1:8:8-i8:8:32-i16:16:32-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-n32-S64"7target triple = "mips--linux-gnu"8 9@i = common global i32 0, align 410 11; Function Attrs: nounwind12define void @t() #0 {13entry:14 store i32 -559023410, ptr @i, align 415; load-relax-NOT: lw ${{[0-9]+}}, $CPI0_0 # 16 bit inst16; load-relax1: lw ${{[0-9]+}}, $CPI0_017; load-relax: jrc $ra18; load-relax: .p2align 219; load-relax: $CPI0_0:20; load-relax: .4byte 373594388621; load-relax: .end t22 call void asm sideeffect ".space 10000", ""() #1, !srcloc !123 ret void24}25 26attributes #0 = { nounwind "less-precise-fpmad"="false" "frame-pointer"="all" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "stack-protector-buffer-size"="8" "use-soft-float"="true" }27attributes #1 = { nounwind }28 29!1 = !{i32 121}30