Skip to content

[FIRRTL] Add folders for IntegerShrOp #6725

@mikeurbach

Description

@mikeurbach

This is a primitive Property operation, defined by FIRRTL spec section 25.1.3. General folds for signed arbitrary precision integer arithmetic can be applied, but none were defined in the initial PR. This could include things like:

  • integer_shr(a, 0) -> a
  • integer_shr(constantA, constantB) -> constantA >> constantB
  • etc...

Metadata

Metadata

Assignees

No one assigned

    Labels

    FIRRTLInvolving the `firrtl` dialectgood first issueGood for newcomers

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions