brintos

brintos / llvm-project-archived public Read only

0
0
Text · 219 B · bae4d40 Raw
9 lines · plain
1; RUN: llc -mtriple=arm-eabi -mcpu=swift -verify-machineinstrs %s -o /dev/null2 3define i32 @func(i32 %arg0, i32 %arg1) {4entry:5  %cmp = icmp slt i32 %arg0, 106  %v = select i1 %cmp, i32 undef, i32 %arg17  ret i32 %v8}9