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
Unify the way we serialise unimplemented constructs.
Namely:
- Rename String operands to Unimplemented operands.
- Use discriminant 255 for consistency.
- Make unimplemented instructions lower to an instruction with opcode
"unimplemented" and one unimplemented operand containing the LLVM IR
we couldn't handle.
0 commit comments