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
arcv: apex: Avoid registering instructions with duplicate opcode and insn format.
Add a check to detect when a new APEX intrinsic specifies an opcode
value that overlaps with an already registered intrinsic, considering
only the lower 4 bits of the insn format (XD, XS, XI, XC). Emit an
error in such cases to prevent opcode conflicts at runtime.
Signed-off-by: Luis Silva <[email protected]>
0 commit comments