This is an archive of the discontinued LLVM Phabricator instance.

[X86] Rename MMX_MOVD64from64rm to MMX_MOVD64from64mr b/c it stores sth, NFC
ClosedPublic

Authored by skan on Mar 22 2022, 1:51 AM.

Diff Detail

Event Timeline

skan created this revision.Mar 22 2022, 1:51 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 22 2022, 1:51 AM
skan requested review of this revision.Mar 22 2022, 1:51 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 22 2022, 1:51 AM

Just correct the opcode's name ?

skan added a comment.Mar 22 2022, 2:02 AM

Just correct the opcode's name ?

Yes. A simple fix.

pengfei accepted this revision.Mar 22 2022, 2:49 AM

LGTM. Are there any similar cases? I think we can detect it by tool through the dump from -print-records, further more, we can check from TableGen directly.

This revision is now accepted and ready to land.Mar 22 2022, 2:49 AM
skan added a comment.EditedMar 22 2022, 2:55 AM

LGTM. Are there any similar cases? I think we can detect it by tool through the dump from -print-records, further more, we can check from TableGen directly.

I haven't found more yet. It occurs to me when I am fixing the memory folding table...

RKSimon accepted this revision.Mar 22 2022, 2:57 AM
RKSimon added a subscriber: RKSimon.

LGTM - cheers

llvm/lib/Target/X86/X86SchedSandyBridge.td
819

The fact that this is a store makes me suspicious that it shouldn't be with all these loads - I'll take a look at it.

This revision was landed with ongoing or failed builds.Mar 22 2022, 2:59 AM
This revision was automatically updated to reflect the committed changes.