This is an archive of the discontinued LLVM Phabricator instance.

[AArch64] Add patterns for FMCLA*_indexed.
ClosedPublic

Authored by fhahn on Dec 9 2020, 9:54 AM.

Details

Summary

This patch adds patterns for the indexed variants of FCMLA. Mostly based
on a patch by Tim Northover.

Diff Detail

Event Timeline

fhahn created this revision.Dec 9 2020, 9:54 AM
fhahn requested review of this revision.Dec 9 2020, 9:54 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 9 2020, 9:54 AM
SjoerdMeijer accepted this revision.Jan 4 2021, 4:06 AM

LGTM

llvm/lib/Target/AArch64/AArch64InstrInfo.td
996

nit: is the formatting/indenting a bit off here?

1005

and here?

This revision is now accepted and ready to land.Jan 4 2021, 4:06 AM
fhahn marked 2 inline comments as done.Jan 4 2021, 5:48 AM
fhahn added inline comments.
llvm/lib/Target/AArch64/AArch64InstrInfo.td
996

That looks a bit off indeed. I'll fix this before landing.

This revision was landed with ongoing or failed builds.Jan 4 2021, 5:51 AM
This revision was automatically updated to reflect the committed changes.
fhahn marked an inline comment as done.