This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][SLP] Adjust cost estimation for scalar FMUL+FADD/FSUB to be with possibility of using scalar FMA instead.
Needs ReviewPublic

Authored by dtemirbulatov on Dec 9 2022, 2:56 AM.
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None

Diff Detail

Event Timeline

dtemirbulatov created this revision.Dec 9 2022, 2:56 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 9 2022, 2:56 AM
dtemirbulatov requested review of this revision.Dec 9 2022, 2:56 AM
fhahn added a subscriber: fhahn.Dec 9 2022, 3:10 AM

FYI there are a few different patches floating around to improve the situation: D132872 and linked ones. Any chance those help with the cases you are looking at?