This is an archive of the discontinued LLVM Phabricator instance.

[m68k] Add basic support for floating point arithmetic instruction
ClosedPublic

Authored by 0x59616e on Apr 13 2023, 10:14 AM.

Details

Summary

This patch adds support for fneg, fabs, fadd, fsub, fdiv, fmul.

Note that this only adds freg->freg addressing mode. memory->reg addressing mode will be introduced once the infrastructure is ready.

Diff Detail

Event Timeline

0x59616e created this revision.Apr 13 2023, 10:14 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 13 2023, 10:14 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
0x59616e requested review of this revision.Apr 13 2023, 10:14 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 13 2023, 10:14 AM
0x59616e edited the summary of this revision. (Show Details)Apr 13 2023, 10:15 AM
myhsu accepted this revision.Apr 15 2023, 2:40 PM

LGTM Thanks!

This revision is now accepted and ready to land.Apr 15 2023, 2:40 PM