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
Some properties of the current Truncate instruction are potentially not beneficial to the SSA passes planned to operate of them, and are possibly leaking an implementation detail from ACIR-gen.
Happy Case
Create a clearer separation between the truncation information required for the SSA passes, and the truncation information that ACIR-gen can conveniently infer itself.
This may involve removing properties from the instruction, or perhaps even removing the instruction is favour of encoding it as a property on binary operator.
Alternatives Considered
No response
Additional Context
No response
Would you like to submit a PR for this Issue?
No
Support Needs
No response
The text was updated successfully, but these errors were encountered:
Problem
Some properties of the current
Truncate
instruction are potentially not beneficial to the SSA passes planned to operate of them, and are possibly leaking an implementation detail from ACIR-gen.Happy Case
Create a clearer separation between the truncation information required for the SSA passes, and the truncation information that ACIR-gen can conveniently infer itself.
This may involve removing properties from the instruction, or perhaps even removing the instruction is favour of encoding it as a property on binary operator.
Alternatives Considered
No response
Additional Context
No response
Would you like to submit a PR for this Issue?
No
Support Needs
No response
The text was updated successfully, but these errors were encountered: