Add missing logs.
This commit is contained in:
parent
520c33906e
commit
d629614620
|
@ -3,6 +3,7 @@
|
|||
TR opt: float-complex-i.rkt 17:0 (+ 1.0+2.0i (* 0+1.0i 2.0+4.0i)) -- unboxed binary float complex
|
||||
TR opt: float-complex-i.rkt 17:12 (* 0+1.0i 2.0+4.0i) -- unbox complex
|
||||
TR opt: float-complex-i.rkt 17:15 0+1.0i -- unboxed literal
|
||||
TR opt: float-complex-i.rkt 17:15 0+1.0i -- unboxed literal
|
||||
TR opt: float-complex-i.rkt 17:21 2.0+4.0i -- unboxed literal
|
||||
TR opt: float-complex-i.rkt 17:3 1.0+2.0i -- unboxed literal
|
||||
END
|
||||
|
|
|
@ -6,6 +6,7 @@ TR opt: float-complex-number-mul.rkt 16:14 0.0+1.0i -- unboxed literal
|
|||
TR opt: float-complex-number-mul.rkt 16:23 (* 1 2) -- fixnum bounded expr
|
||||
TR opt: float-complex-number-mul.rkt 16:23 (* 1 2) -- float-arg-expr in complex ops
|
||||
TR opt: float-complex-number-mul.rkt 16:26 1 -- float-arg-expr in complex ops
|
||||
TR opt: float-complex-number-mul.rkt 16:26 1 -- float-arg-expr in complex ops
|
||||
TR opt: float-complex-number-mul.rkt 16:28 2 -- float-arg-expr in complex ops
|
||||
END
|
||||
#<<END
|
||||
|
|
Loading…
Reference in New Issue
Block a user