Skip to content

Determine signedness of comparisons in the RIR #32

@LefterisJP

Description

@LefterisJP

At the moment we simply ignore signedness of the compared integers and just always do signed comparisons.

This is an issue to track the implementation of:

Check the signedness of the integers of a comparison during RIR stage and:

  • if any of the two integers is signed then do signed comparison
  • if both are unsigned then do unsigned comparison

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions