Handbook
Glossary
vreg-immediate-bitwise? ( vreg -- ? )
Vocabulary
compiler
.
cfg
.
value-numbering
.
rewrite
Inputs
vreg
an
object
Outputs
?
an
object
Definition
USING:
accessors
combinators.short-circuit
compiler.cfg.instructions
compiler.cfg.value-numbering.graph
cpu.architecture
;
IN:
compiler.cfg.value-numbering.rewrite
:
vreg-immediate-bitwise?
( vreg -- ? )
vreg>insn
{
[
##load-integer?
]
[
val>>
immediate-bitwise?
]
}
1&&
;