[PATCH] D147480: [M68k] Basic FP register files and FMOVE implementations
Min-Yih Hsu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Apr 8 10:42:08 PDT 2023
myhsu marked an inline comment as done.
myhsu added a comment.
In D147480#4253102 <https://reviews.llvm.org/D147480#4253102>, @0x59616e wrote:
> It seems that we still lack the memory operand for floating point, e.g. something like "MxPCIFP32". Am I correct ? What is your plan of this ?
Right, those are currently absent and will be added in subsequent patches, along with variants of FMOVE between data and fp registers.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147480/new/
https://reviews.llvm.org/D147480
More information about the llvm-commits
mailing list