1 ; Ensure that the select instruction is supported and is lowered to
2 ; some sort of branch instruction.
4 ; RUN: llc < %s -march=mblaze | FileCheck %s
6 define i32 @testsel(i32 %a, i32 %b)
9 %tmp.1 = icmp eq i32 %a, %b
11 %tmp.2 = select i1 %tmp.1, i32 %a, i32 %b