Ticket #1642 (closed deprecation: done)
[DEPRECATION] ops which modify registers that are not their direct arguments
Reported by: | plobsing | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | core | Version: | 2.3.0 |
Severity: | medium | Keywords: | |
Cc: | Language: | ||
Patch status: | Platform: |
Description
The interface contract on ops currently allows them to modify registers that aren't their arguments. This is not particularily useful and makes optimizers harder.
As far as I know, the only ops that modify registers which are not their arguments are clear[insp] and set[insp]_ind. These are also deprecated.
Change History
Note: See
TracTickets for help on using
tickets.