This is an archive of the discontinued LLVM Phabricator instance.

[AArch64] Lower @llvm.complex.multiply using fcmla (WIP).
Needs ReviewPublic

Authored by fhahn on Nov 12 2020, 7:14 AM.
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None

Diff Detail

Event Timeline

fhahn created this revision.Nov 12 2020, 7:14 AM
fhahn requested review of this revision.Nov 12 2020, 7:14 AM
fhahn updated this revision to Diff 376843.Oct 4 2021, 3:08 AM

rebase, still WIP

samparker added inline comments.
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
3451

Can (unsupported?) FP16 and FP64 hit here?

Matt added a subscriber: Matt.Oct 7 2021, 6:02 AM