=========================================== peepopt - collection of peephole optimizers =========================================== .. raw:: latex \begin{comment} .. cmd:def:: peepopt :title: collection of peephole optimizers .. code:: yoscrypt peepopt [options] [selection] :: This pass applies a collection of peephole optimizers to the current design. This pass employs the following rules: * muldiv - Replace (A*B)/B with A * shiftmul - Replace A>>(B*C) with A'>>(B<>(B+D) with (A'>>D)>>(B) where D is constant and A' is derived from A by padding or cutting inaccessible bits. .. raw:: latex \end{comment} .. only:: latex :: peepopt [options] [selection] This pass applies a collection of peephole optimizers to the current design. This pass employs the following rules: * muldiv - Replace (A*B)/B with A * shiftmul - Replace A>>(B*C) with A'>>(B<>(B+D) with (A'>>D)>>(B) where D is constant and A' is derived from A by padding or cutting inaccessible bits.