[M68k][test] Migrate the remaining fixup and relaxation tests
authorMin-Yih Hsu <minyihh@uci.edu>
Sat, 4 Sep 2021 23:06:33 +0000 (16:06 -0700)
committerMin-Yih Hsu <minyihh@uci.edu>
Sat, 4 Sep 2021 23:27:13 +0000 (16:27 -0700)
commit28868027f7529ba3de7f16a53710e7dae5d6f6ae
treefeec00cc9fbffbf9450c072bd99e884e1bbec9d0
parentbd020bbbd29e3a30f6697d6b077d28d79b3a3a9d
[M68k][test] Migrate the remaining fixup and relaxation tests

Migrate the tests regarding fixup and relaxation on branch and call
targets.
This patch wraps up the migration from `test/CodeGen/M68k/Encoding` to
`test/MC/M68k`.
llvm/test/CodeGen/M68k/Encoding/Control/branch-pc-rel.mir [deleted file]
llvm/test/CodeGen/M68k/Encoding/Control/call-pc-rel.mir [deleted file]
llvm/test/CodeGen/M68k/Encoding/README.md [deleted file]
llvm/test/CodeGen/M68k/Encoding/Relaxations/branch.mir [deleted file]
llvm/test/MC/M68k/Control/branch-pc-rel.s [new file with mode: 0644]
llvm/test/MC/M68k/Control/call-pc-rel.s [new file with mode: 0644]
llvm/test/MC/M68k/Relaxations/branch.s [new file with mode: 0644]