It's unlikely that FMADD and FMSUB would have different scheduling
information so merge them.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D99140
[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
Diff Detail
Event TimelineHerald added subscribers: StephenFan, vkmr, frasercrmck and 25 others. · View Herald TranscriptMar 22 2021, 8:56 PM This revision is now accepted and ready to land.Mar 26 2021, 4:15 PM Closed by commit rG4d5ee71b5265: [RISCV] Merge FMulAdd and FMulSub scheduler classes to a single FMA scheduler… (authored by craig.topper). · Explain WhyMar 26 2021, 4:46 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 333654 llvm/lib/Target/RISCV/RISCVInstrInfoD.td
llvm/lib/Target/RISCV/RISCVInstrInfoF.td
llvm/lib/Target/RISCV/RISCVInstrInfoZfh.td
llvm/lib/Target/RISCV/RISCVSchedRocket.td
llvm/lib/Target/RISCV/RISCVSchedSiFive7.td
llvm/lib/Target/RISCV/RISCVSchedule.td
|