[all-commits] [llvm/llvm-project] da253d: [M68k][test] Migrate some MOVE instruction MC tests
Min-Yih Hsu via All-commits
all-commits at lists.llvm.org
Sun Aug 22 22:39:33 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: da253d569054a3b304dd78963a8fc919d361098c
https://github.com/llvm/llvm-project/commit/da253d569054a3b304dd78963a8fc919d361098c
Author: Min-Yih Hsu <minyihh at uci.edu>
Date: 2021-08-22 (Sun, 22 Aug 2021)
Changed paths:
R llvm/test/CodeGen/M68k/Encoding/Data/Classes/MxMove_MM.mir
R llvm/test/CodeGen/M68k/Encoding/Data/Classes/MxMove_MR.mir
R llvm/test/CodeGen/M68k/Encoding/Data/Classes/MxMove_RM.mir
R llvm/test/CodeGen/M68k/Encoding/Data/Classes/MxMove_RR.mir
A llvm/test/MC/M68k/Data/Classes/MxMove_MM.s
A llvm/test/MC/M68k/Data/Classes/MxMove_MR.s
A llvm/test/MC/M68k/Data/Classes/MxMove_RM.s
A llvm/test/MC/M68k/Data/Classes/MxMove_RR.s
Log Message:
-----------
[M68k][test] Migrate some MOVE instruction MC tests
Migrate some MOVE instruction MC tests from test/CodeGen/M68k.
Unfortunately the tests touched in this commit were failed due to
lacking of the `abs.W` operand, which forces any memory address parsed
from assembly being represented in 32-bits.
We're temporarily allowing these unwanted widening in the tests until
the support for `abs.W` is there.
More information about the All-commits
mailing list