basis/compiler/tests/low-level-ir: add ##copy double-float-rep test
parent
fb1693bf1d
commit
61c1ed17d9
|
@ -46,6 +46,17 @@ IN: compiler.tests.low-level-ir
|
||||||
} compile-test-bb
|
} compile-test-bb
|
||||||
] unit-test
|
] unit-test
|
||||||
|
|
||||||
|
! ##copy on floats
|
||||||
|
[ 1.5 ] [
|
||||||
|
V{
|
||||||
|
T{ ##load-reference f 4 1.5 }
|
||||||
|
T{ ##unbox-float f 1 4 }
|
||||||
|
T{ ##copy f 2 1 double-float-rep }
|
||||||
|
T{ ##box-float f 3 2 }
|
||||||
|
T{ ##copy f 0 3 int-rep }
|
||||||
|
} compile-test-bb
|
||||||
|
] unit-test
|
||||||
|
|
||||||
! make sure slot access works when the destination is
|
! make sure slot access works when the destination is
|
||||||
! one of the sources
|
! one of the sources
|
||||||
[ t ] [
|
[ t ] [
|
||||||
|
|
Loading…
Reference in New Issue