[llvm-commits] CVS: llvm/test/Regression/CodeGen/PowerPC/2006-04-01-FloatDoubleExtend.ll
Chris Lattner
lattner at cs.uiuc.edu
Sat Apr 1 16:24:12 PST 2006
Changes in directory llvm/test/Regression/CodeGen/PowerPC:
2006-04-01-FloatDoubleExtend.ll added (r1.1)
---
Log message:
New testcase that crashes the compiler.
---
Diffs of the changes: (+7 -0)
2006-04-01-FloatDoubleExtend.ll | 7 +++++++
1 files changed, 7 insertions(+)
Index: llvm/test/Regression/CodeGen/PowerPC/2006-04-01-FloatDoubleExtend.ll
diff -c /dev/null llvm/test/Regression/CodeGen/PowerPC/2006-04-01-FloatDoubleExtend.ll:1.1
*** /dev/null Sat Apr 1 18:24:09 2006
--- llvm/test/Regression/CodeGen/PowerPC/2006-04-01-FloatDoubleExtend.ll Sat Apr 1 18:23:59 2006
***************
*** 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
+ }
More information about the llvm-commits
mailing list