Skip to content

Extend LiteralSet lowering support beyond homogeneous integer constants #224

@m-akhil-reddy

Description

@m-akhil-reddy

Support for LiteralSet lowering could be expanded to handle more set literal scenarios.

Some useful additions would include:

  • Mixed-width integer sets (e.g., i16 with i32)
  • Non-integer constant sets (e.g., floats)
  • Sets containing non-constant expressions that require runtime lowering
  • Nested or more complex set literals

Extending the lowering logic to support these cases would allow LiteralSet to represent a wider range of set literals and improve overall completeness of the datatype support.

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