convert-to-zero-vector? ( insn -- ? )


Vocabulary
compiler.cfg.representations.peephole

Inputs
insnan insn


Outputs
?a boolean


Word description
When a literal zeroes/ones vector is unboxed, we replace the ##load-reference with a ##zero-vector or ##fill-vector instruction since this is more efficient.

Definition