16 lines · plain
1; RUN: llc -mtriple=arm-eabi %s -o - | FileCheck %s2 3define i32 @test1() {4; CHECK-LABEL: test1:5; CHECK: mov r0, #06; CHECK-NEXT: cmp r0, #07entry:8 br i1 undef, label %t, label %f9 10t:11 ret i32 412 13f:14 ret i32 215}16