mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-21 01:06:46 +00:00
new testcase that crashes the fp stackifier
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12932 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4411de1082
commit
c78c0e4c06
8
test/CodeGen/X86/2004-04-13-FPCMOV-Crash.llx
Normal file
8
test/CodeGen/X86/2004-04-13-FPCMOV-Crash.llx
Normal file
@ -0,0 +1,8 @@
|
||||
; RUN: llvm-as < %s | llc -march=x86
|
||||
|
||||
implementation ; Functions:
|
||||
|
||||
double %test(double %d) {
|
||||
%X = select bool false, double %d, double %d ; <double> [#uses=0]
|
||||
ret double %X
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user