Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Target][Legalization]Add Tir Level Legalization Function Registration And Update Intrinsic Lowering Pass #7936

Merged
merged 16 commits into from
May 1, 2021

Commits on Apr 27, 2021

  1. Add legalization part

    zxybazh committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    025447c View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2021

  1. Move legalization functions

    zxybazh committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    e2001f0 View commit details
    Browse the repository at this point in the history
  2. Fix clang format

    zxybazh committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    01f651e View commit details
    Browse the repository at this point in the history
  3. Fix Merge Error

    zxybazh committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    690ed4d View commit details
    Browse the repository at this point in the history
  4. Add blank line

    zxybazh committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    329a556 View commit details
    Browse the repository at this point in the history
  5. Retrigger CI

    zxybazh committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    a581206 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2021

  1. Retrigger CI

    zxybazh committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    bb20cf7 View commit details
    Browse the repository at this point in the history
  2. Fix fma issue

    zxybazh committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    032a75e View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2021

  1. Add fma test

    zxybazh committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    b276c86 View commit details
    Browse the repository at this point in the history
  2. Remove llvm function id check

    zxybazh committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    22420f7 View commit details
    Browse the repository at this point in the history
  3. Rerun CI

    zxybazh committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    d55ba66 View commit details
    Browse the repository at this point in the history
  4. Rerun CI again

    zxybazh committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    ecb6478 View commit details
    Browse the repository at this point in the history
  5. Add missing rsqrt op

    zxybazh committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    5ebd22d View commit details
    Browse the repository at this point in the history
  6. Fix lowering order

    zxybazh committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    6e21b2b View commit details
    Browse the repository at this point in the history
  7. Update intrin_rule.cc

    zxybazh authored Apr 30, 2021
    Configuration menu
    Copy the full SHA
    7d977e2 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2021

  1. Retrigger CI

    zxybazh committed May 1, 2021
    Configuration menu
    Copy the full SHA
    9e589ea View commit details
    Browse the repository at this point in the history