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

[TIR][REFACTOR] Migrate low-level passes in tvm.lower to the Pass Manager #5364

Merged
merged 1 commit into from
Apr 18, 2020

Commits on Apr 17, 2020

  1. [TIR][REFACTOR] Migrate low-level passes in tvm.lower to the Unified …

    …IR pass manager.
    
    - Migrate BoundCheckers and Simplify
    - Migrate RewriteUnsafeSelect and RemoveNoOp
    - Migrate UnrollLoop and StorageRewrite
    - Migrate InjectDoubleBuffer and InjectVirtualThread
    - Migrate LoopPartition and Vectorize
    - Migrate CoProcSync, LiftAttrScope, InjectCopyIntrin
    
    We still keep ir_pass registerations for now.
    Need a separate PR to refactor the parts before the StorageFlatten.
    tqchen committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    6f45056 View commit details
    Browse the repository at this point in the history