factor/basis/compiler/cfg/value-numbering/math/math-docs.factor

7 lines
287 B
Factor
Raw Normal View History

USING: compiler.cfg.instructions help.markup help.syntax kernel ;
IN: compiler.cfg.value-numbering.math
HELP: diagonal?
{ $values { "insn" insn } { "?" boolean } }
{ $description "Whether the two inputs to the 'insn' performing a binary operation has the same value number or not." } ;