Skip to content
  • Yuanfang Chen's avatar
    Remove Passes dependency on CodeGen · ebc88811
    Yuanfang Chen authored
    The dependency was introduced in
    5134020e. The only functional change
    from this removal would be the new PM interface for the two codegen
    passes. This is not necessary since we don't have codegen pipeline using
    new PM yet. This removal is to break the potential circular dependency between
    Passes and CodeGen once the codegen begins to gain new PM support.
    ebc88811