Skip to content

[TVM][ARITH] integer set analysis does not handle Select #2686

@derisavi

Description

@derisavi

When faced with Select operator, IntSetEvaluator will do the default thing which is to return IntSet::everything() which is too conservative.
The right thing to do is to return the union of IntSets of true and false expressions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions