brintos

brintos / llvm-project-archived public Read only

0
0
Text · 593 B · fbc50a7 Raw
21 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@result = global i32 0, align 45 6define void @test() nounwind {7entry:8  %0 = load i32, ptr @i, align 49  %cmp = icmp eq i32 %0, 010  br i1 %cmp, label %if.end, label %if.then11; 16:	beqz	${{[0-9]+}}, $[[LABEL:[0-9A-Ba-b_]+]]12; 16: $[[LABEL]]:13if.then:                                          ; preds = %entry14  store i32 1, ptr @result, align 415  br label %if.end16 17if.end:                                           ; preds = %entry, %if.then18  ret void19}20 21