This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Rename WriteFALU* and ReadFALU* to WriteFAdd*/ReadFAdd*.
ClosedPublic

Authored by craig.topper on Sep 9 2022, 10:24 PM.

Details

Summary

ALU seems a little vague. FAdd felt more precise even though it
also include FSUB instructions.

Diff Detail

Event Timeline

craig.topper created this revision.Sep 9 2022, 10:24 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 9 2022, 10:24 PM
craig.topper requested review of this revision.Sep 9 2022, 10:24 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 9 2022, 10:24 PM

Line ordering

craig.topper added inline comments.Sep 9 2022, 10:27 PM
llvm/lib/Target/RISCV/RISCVSchedule.td
47

While I was here, I un-interleaved FMA and FMUL for consistency.

140

Same here

This revision is now accepted and ready to land.Sep 11 2022, 11:16 PM