llvm-project/llvm/test/CodeGen/M68k/Encoding
Min-Yih Hsu 7cbcde4aa3 [M68k] Use separate asm operand class for different widths of address
This could help asm parser to pick the correct variant of instruction.
This patch also migrated all the control instructions MC tests.
2021-08-09 00:07:19 -07:00
..
Control [M68k] Use separate asm operand class for different widths of address 2021-08-09 00:07:19 -07:00
Data/Classes [M68k][AsmParser] Fix invalid register name parsing logics 2021-05-05 17:13:02 -07:00
Relaxations [M68k] Separate ADDA from ADD and migrate rest of the arithmetic MC tests 2021-08-07 17:19:12 -07:00
README.md

README.md

OBJECT CODE TESTS

NOTE: This folder will be moved to llvm/test/MC/M68k when the integrated assembler is finished (currently the AsmParser is not implemented yet).

Purpose

These test snippets are to test object code generation features, specifically lowering of MxBean encoding, Relocations and specific commands encoding classes.

MxBean

TODO

Relocations

TODO

Encoding Classes

TODO