Skip to content

Use proper reference counting to determine the need of temp variables #5

@davepagurek

Description

@davepagurek

Right now, we store an op in a temp variable if it is used by more than one other op (we are doing dependency counting). However, that op may internally need to reference it more than once. If we use proper reference counting, those cases should trigger a temporary variable's creation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions