This is an automated email from the git hooks/post-receive script.

wingo pushed a commit to branch wip-tailify
in repository guile.

The following commit(s) were added to refs/heads/wip-tailify by this push:
     new f8eaee905 Fix representation for fadd/immediate
f8eaee905 is described below

commit f8eaee90519207d0090bc9f74f5e677bb4ff8a64
Author: Andy Wingo <wi...@pobox.com>
AuthorDate: Fri Jul 7 11:30:39 2023 +0200

    Fix representation for fadd/immediate
    
    * module/language/cps/utils.scm (compute-var-representations): Add
    fadd/immediate.
---
 module/language/cps/utils.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/module/language/cps/utils.scm b/module/language/cps/utils.scm
index 2c248cd5f..4c9859802 100644
--- a/module/language/cps/utils.scm
+++ b/module/language/cps/utils.scm
@@ -397,6 +397,7 @@ by a label, respectively."
              (($ $primcall (or 'scm->f64 'load-f64 's64->f64
                                'f32-ref 'f64-ref
                                'fadd 'fsub 'fmul 'fdiv 'fsqrt 'fabs
+                               'fadd/immediate
                                'ffloor 'fceiling
                                'fsin 'fcos 'ftan 'fasin 'facos 'fatan 'fatan2))
               (intmap-add representations var 'f64))

Reply via email to