GH-111485: Use micro-ops to split specialization code from base action (GH-111561)

This commit is contained in:
Mark Shannon 2023-11-01 10:53:27 +00:00 committed by GitHub
parent eaf67e37a2
commit b14e882428
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 864 additions and 583 deletions

View file

@ -285,7 +285,7 @@ class PseudoInstruction:
"""A pseudo instruction."""
name: str
targets: list[Instruction]
targets: list[Instruction | MacroInstruction]
instr_flags: InstructionFlags