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

[Fix][Arith] Analyzer simplification starts with canonical #13875

Commits on Feb 3, 2023

  1. [Fix][Arith] Analyzer simplification starts with canonical

    This PR updates the order of arithmetic analyzer simplification, by
    adding a stage of canonical simplification at the very beginning so
    that every simplification always starts with a canonical round. This
    is because the rewrite simplification may destroy some PrimExpr property
    that the canonical simplification can make use of. Therefore, adding
    the canonical one in the front can maximize the use of canonical
    simplification.
    MasterJH5574 committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    4df3068 View commit details
    Browse the repository at this point in the history