You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When running build_cast, I'm unsure of what options are available.
Describe the solution you'd like build_cast should accept an enum that is a subset of InstructionOpcode, such subset should only contain valid options for build_cast.
Describe possible drawbacks to your solution
Might be painful to maintain, especially between different versions.
The text was updated successfully, but these errors were encountered:
marcospb19
changed the title
Create new enum types for operations
Create new fine-grained enum for build_castSep 4, 2023
Is your feature request related to a problem? Please describe.
When running
build_cast
, I'm unsure of what options are available.Describe the solution you'd like
build_cast
should accept an enum that is a subset ofInstructionOpcode
, such subset should only contain valid options forbuild_cast
.Describe possible drawbacks to your solution
Might be painful to maintain, especially between different versions.
The text was updated successfully, but these errors were encountered: