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
There are already bcopy and bzero opcodes in IR/opcode_tab.py
but there is no codegen support.
It is unclear how many extra regs we need to scavenge in codegen
if we do not lower these. Maybe this should be a target dependend legalization.
There are already bcopy and bzero opcodes in IR/opcode_tab.py
but there is no codegen support.
It is unclear how many extra regs we need to scavenge in codegen
if we do not lower these. Maybe this should be a target dependend legalization.