2015-07-27 05:26:48 -04:00
|
|
|
USING: compiler.cfg.instructions
|
|
|
|
|
compiler.cfg.representations.selection tools.test ;
|
|
|
|
|
IN: compiler.cfg.representations.selection.tests
|
|
|
|
|
|
|
|
|
|
{ t t f } [
|
2018-08-10 14:04:49 -04:00
|
|
|
T{ load-integer## } peephole-optimizable?
|
|
|
|
|
T{ shr-imm## } peephole-optimizable?
|
|
|
|
|
T{ call## } peephole-optimizable?
|
2015-07-27 05:26:48 -04:00
|
|
|
] unit-test
|