summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/fast-isel-args.ll
diff options
context:
space:
mode:
authorJuergen Ributzka <juergen@apple.com>2014-06-12 19:21:43 +0000
committerJuergen Ributzka <juergen@apple.com>2014-06-12 19:21:43 +0000
commit5ad463f55ecb4ceddfcdc5968f449ed050a97b7c (patch)
treefa16a43f2aff986ae05b5fd53969402652a09134 /llvm/test/CodeGen/X86/fast-isel-args.ll
parentf0e4034c425dd947f5373a29ebbf8b8912da01e8 (diff)
downloadbcm5719-llvm-5ad463f55ecb4ceddfcdc5968f449ed050a97b7c.tar.gz
bcm5719-llvm-5ad463f55ecb4ceddfcdc5968f449ed050a97b7c.zip
Revert "[FastIsel][X86] Add support for lowering the first 8 floating-point arguments."
Reverting it because it breaks several tests. llvm-svn: 210810
Diffstat (limited to 'llvm/test/CodeGen/X86/fast-isel-args.ll')
-rw-r--r--llvm/test/CodeGen/X86/fast-isel-args.ll24
1 files changed, 0 insertions, 24 deletions
diff --git a/llvm/test/CodeGen/X86/fast-isel-args.ll b/llvm/test/CodeGen/X86/fast-isel-args.ll
index 8c86a9cc01d..0f3626565e7 100644
--- a/llvm/test/CodeGen/X86/fast-isel-args.ll
+++ b/llvm/test/CodeGen/X86/fast-isel-args.ll
@@ -23,27 +23,3 @@ entry:
%add2 = add nsw i64 %add, %conv1
ret i64 %add2
}
-
-define float @t4(float %a, float %b, float %c, float %d, float %e, float %f, float %g, float %h) {
-entry:
- %add1 = fadd float %a, %b
- %add2 = fadd float %c, %d
- %add3 = fadd float %e, %f
- %add4 = fadd float %g, %h
- %add5 = fadd float %add1, %add2
- %add6 = fadd float %add3, %add4
- %add7 = fadd float %add5, %add6
- ret float %add7
-}
-
-define double @t5(double %a, double %b, double %c, double %d, double %e, double %f, double %g, double %h) {
-entry:
- %add1 = fadd double %a, %b
- %add2 = fadd double %c, %d
- %add3 = fadd double %e, %f
- %add4 = fadd double %g, %h
- %add5 = fadd double %add1, %add2
- %add6 = fadd double %add3, %add4
- %add7 = fadd double %add5, %add6
- ret double %add7
-}
OpenPOWER on IntegriCloud