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 -verify-machineinstrs < %s -mtriple=ppc32--
|
|
|
|
define i32 @main() {
|
|
%setle = icmp sle i64 1, 0 ; <i1> [#uses=1]
|
|
%select = select i1 true, i1 %setle, i1 true ; <i1> [#uses=0]
|
|
ret i32 0
|
|
}
|
|
|