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

[ETHOSU] Add early simplify to fix LoopPartition #9387

Merged
merged 2 commits into from
Nov 1, 2021

Commits on Oct 28, 2021

  1. [ETHOSU] Add early simplify to fix LoopPartition

    Certain loops aren't correctly partitioned if the loop
    condition hasn't been simplified. This can happen when
    a copy loop is split by a non-factor. To fix this, an
    additional simplify pass is added to the TIR pipeline
    prior to LoopPartition.
    
    Change-Id: Icd4ff14648ccaed41384da50c6d183a122b30048
    mbaret committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    3cd5b39 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2021

  1. Fix linting again

    Change-Id: I9c9dc2ee2c679861866b23531e88584b94198e51
    mbaret committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    7ec99a7 View commit details
    Browse the repository at this point in the history