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.
9 lines
244 B
9 lines
244 B
7 months ago
|
; 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
|
||
|
}
|
||
|
|