mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-04 09:54:09 +00:00
Testcase that crashes the PPC backend. Thanks to Rob for finding this.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19554 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
906ab50acf
commit
557671951f
8
test/CodeGen/PowerPC/2005-01-14-SetSelectCrash.ll
Normal file
8
test/CodeGen/PowerPC/2005-01-14-SetSelectCrash.ll
Normal file
@ -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…
Reference in New Issue
Block a user