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

Simplify some relop/jtrue related optimizations #14027

Merged
merged 4 commits into from
Oct 3, 2017

Commits on Oct 2, 2017

  1. Configuration menu
    Copy the full SHA
    0b637a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1f8cd2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    848fd74 View commit details
    Browse the repository at this point in the history
  4. Move JCMP transform to LowerJTrue

    Unlike many other relop transforms we do this one is only triggerred by the presence of a conditional branch (JTRUE) so it makes more sense to do it when lowering JTRUE nodes, avoids unnecessary calls to TryGetUse.
    mikedn committed Oct 2, 2017
    Configuration menu
    Copy the full SHA
    5402ec5 View commit details
    Browse the repository at this point in the history