mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-13 22:58:50 +00:00
New testcase that crashes the compiler.
llvm-svn: 27333
This commit is contained in:
parent
704770bfe7
commit
240932561d
@ -0,0 +1,7 @@
|
||||
; RUN: llvm-as < %s | llc -march=ppc32
|
||||
|
||||
double %CalcSpeed(float %tmp127) {
|
||||
%tmp145 = cast float %tmp127 to double ; <double> [#uses=1]
|
||||
%tmp150 = call double asm "frsqrte $0,$1", "=f,f"( double %tmp145 ) ; <double> [#uses=0]
|
||||
ret double %tmp150
|
||||
}
|
Loading…
Reference in New Issue
Block a user