Skip to content

Commit

Permalink
[Fix][Arith] Analyzer simplification starts with canonical (apache#13875
Browse files Browse the repository at this point in the history
) (apache#404)

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.
  • Loading branch information
MasterJH5574 authored and junrushao committed Feb 5, 2023
1 parent 8a8d138 commit ca3464e
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit ca3464e

Please sign in to comment.