Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Emit power-of-two constant multiply as shift #13128

Merged
merged 1 commit into from
Aug 2, 2017

Commits on Aug 1, 2017

  1. Emit power-of-two constant multiply as shift

    Most of these get translated to shifts at Morph, but adding a failsafe
    here next to the transform for 3/5/9->LEA ensures we won't have these in
    the emitted code when they (re-)appear in later phases.
    JosephTremoulet committed Aug 1, 2017
    Configuration menu
    Copy the full SHA
    60be3ea View commit details
    Browse the repository at this point in the history