You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
; RUN: llc < %s -march=x86
|
|
|
|
define i1 @test(i1 %C, i1 %D, i32 %X, i32 %Y) {
|
|
%E = icmp slt i32 %X, %Y ; <i1> [#uses=1]
|
|
%F = select i1 %C, i1 %D, i1 %E ; <i1> [#uses=1]
|
|
ret i1 %F
|
|
}
|
|
|