Handbook
Glossary
fuse-displacement? ( insn -- ? )
Vocabulary
compiler
.
cfg
.
value-numbering
.
alien
Inputs
insn
an
object
Outputs
?
an
object
Definition
USING:
accessors
combinators.short-circuit
compiler.cfg.instructions
compiler.cfg.value-numbering.graph
cpu.architecture
kernel
;
IN:
compiler.cfg.value-numbering.alien
:
fuse-displacement?
( insn -- ? )
{
[
offset>>
0
=
complex-addressing?
or
]
[
base>>
vreg>insn
##add?
]
}
1&&
;