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

[arm64] Disable a % b = a & (b - 1); optimization. #18206

Merged
merged 3 commits into from
Jun 1, 2018

Commits on May 30, 2018

  1. Fix the test

    It was copied wrong previously.
    Sergey Andreenko committed May 30, 2018
    Configuration menu
    Copy the full SHA
    95e3528 View commit details
    Browse the repository at this point in the history
  2. Disable a % b = a & (b - 1); optimization on arm64

    Morph can't relay on Lower optimization that it can't guarantee.
    Sergey Andreenko committed May 30, 2018
    Configuration menu
    Copy the full SHA
    bd05702 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2018

  1. improve checks in lower

    We do not expect MOD/UMOD for integer/long types in lower for arm64.
    Sergey Andreenko committed Jun 1, 2018
    Configuration menu
    Copy the full SHA
    61556ef View commit details
    Browse the repository at this point in the history