rewrite-into-test? ( insn -- ? )


Vocabulary
compiler.cfg.value-numbering.comparisons

Inputs
insnan insn


Outputs
?a boolean


Word description
Whether the comparison instruction can be trivially rewritten into a test instruction.

Definition