brintos

brintos / llvm-project-archived public Read only

0
0
Text · 590 B · afa511b Raw
28 lines · plain
1; RUN: llc < %s -mtriple=thumb-apple-darwin2 3	%struct.color_sample = type { i32 }4	%struct.ref = type { %struct.color_sample, i16, i16 }5 6define void @zcvrs() {7	br i1 false, label %bb22, label %UnifiedReturnBlock8 9bb22:10	br i1 false, label %bb64, label %UnifiedReturnBlock11 12bb64:13	%tmp67 = urem i32 0, 014	%tmp69 = icmp slt i32 %tmp67, 1015	%iftmp.13.0 = select i1 %tmp69, i8 48, i8 5516	%tmp75 = add i8 %iftmp.13.0, 017	store i8 %tmp75, ptr null18	%tmp81 = udiv i32 0, 019	%tmp83 = icmp eq i32 %tmp81, 020	br i1 %tmp83, label %bb85, label %bb6421 22bb85:23	ret void24 25UnifiedReturnBlock:26	ret void27}28