mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-03 10:54:42 +00:00
Testcase that crashes the PPC backend. Thanks to Rob for finding this.
llvm-svn: 19554
This commit is contained in:
parent
708ff662ba
commit
e846b58c2a
@ -0,0 +1,8 @@
|
||||
; RUN: llvm-as < %s | llc -march=ppc32
|
||||
|
||||
int %main() {
|
||||
%setle = setle long 1, 0
|
||||
%select = select bool true, bool %setle, bool true
|
||||
ret int 0
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user