This is an archive of the discontinued LLVM Phabricator instance.

[M68k] Add support for basic memory constraints in inline asm
ClosedPublic

Authored by myhsu on Feb 7 2023, 2:47 PM.

Details

Summary

This patch adds support for 'm', 'Q', and 'U' memory constraints.

Diff Detail

Event Timeline

myhsu created this revision.Feb 7 2023, 2:47 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 7 2023, 2:47 PM
Herald added a subscriber: hiraditya. · View Herald Transcript
myhsu requested review of this revision.Feb 7 2023, 2:47 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptFeb 7 2023, 2:47 PM
0x59616e requested changes to this revision.Feb 28 2023, 7:24 PM

A few minor adjustments are required.

This revision now requires changes to proceed.Feb 28 2023, 7:24 PM
0x59616e accepted this revision.Feb 28 2023, 9:39 PM

Shoot. I mixed it up with my own one. I'm sorry.

I can't find any isseu in this patch and it LGTM. Thanks.

This revision is now accepted and ready to land.Feb 28 2023, 9:39 PM