brintos

brintos / llvm-project-archived public Read only

0
0
Text · 729 B · e673727 Raw
27 lines · plain
1; RUN: llc  -mtriple=mipsel-elf -mattr=mips16 -relocation-model=pic -O3 < %s | FileCheck %s -check-prefix=162 3@i = global i32 5, align 44@j = global i32 5, align 45@result = global i32 0, align 46 7define void @test() nounwind {8entry:9  %0 = load i32, ptr @j, align 410  %1 = load i32, ptr @i, align 411  %cmp = icmp eq i32 %0, %112  br i1 %cmp, label %if.then, label %if.end13; 16:	cmp	${{[0-9]+}}, ${{[0-9]+}}14; 16:	btnez	$[[LABEL:[0-9A-Ba-b_]+]]15; 16:   lw ${{[0-9]+}}, %got(result)(${{[0-9]+}})16; 16: $[[LABEL]]:17 18if.then:                                          ; preds = %entry19  store i32 1, ptr @result, align 420  br label %if.end21 22if.end:                                           ; preds = %if.then, %entry23  ret void24}25 26 27