This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Merge FMulAdd and FMulSub scheduler classes to a single FMA scheduler class. NFC
ClosedPublic

Authored by craig.topper on Mar 22 2021, 8:56 PM.

Details

Summary

It's unlikely that FMADD and FMSUB would have different scheduling
information so merge them.

Diff Detail

Event Timeline

craig.topper created this revision.Mar 22 2021, 8:56 PM
craig.topper requested review of this revision.Mar 22 2021, 8:56 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 22 2021, 8:56 PM
Herald added a subscriber: MaskRay. · View Herald Transcript
This revision is now accepted and ready to land.Mar 26 2021, 4:15 PM