Skip to content
  • Alexey Rodriguez's avatar
    Small optimisation for comparisons · 95d05f88
    Alexey Rodriguez authored
    Comparison of literal with narrowed/widened operand: perform
    the comparison at a different width, as long as the literal is
    within range.  We only do this on x86/x86_64 at the moment, where
    we have comparisons at different sizes available.
    95d05f88