Add missing logs.
original commit: d629614620655ccf0a030d2a687e9bf79bcf2209
This commit is contained in:
parent
c0bcae41f9
commit
a4a6c44f5a
|
@ -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