Skip to content

[mlir][arith] arith.div* ops should not be marked as AlwaysSpeculatable #58700

@kuhar

Description

@kuhar

Currently all arith ops are marked as 'Pure' which entails 'AlwaysSepculatable'. Instead, they should be marked as ConditionallySpeculatable and take into account possible division by 0 or division by -1 in the signed case.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugIndicates an unexpected problem or unintended behaviormlir

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions