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
Replace inline construction of dead load with call of new dead_load_with_context instruction.
This will give us a convenient place to keep track of dead-load instruction locations and help us reserve the particular registers we need.
* Add `mem_flags_aligned_read_only` helper so we can construct aligned-and-read-only `MemFlags`es in ISLE.
* Add a `preg_rdi` constructor so we can refer to RDI in ISLE.
TODO: Reserve a scratch register to hold the return address.
0 commit comments