brintos

brintos / llvm-project-archived public Read only

0
0
Text · 223 B · 379cca1 Raw
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