This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Remove some unneeded widening FP vector pseudo instructions. NFC
ClosedPublic

Authored by craig.topper on Nov 4 2022, 9:32 AM.

Diff Detail

Event Timeline

craig.topper created this revision.Nov 4 2022, 9:32 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 4 2022, 9:32 AM
craig.topper requested review of this revision.Nov 4 2022, 9:32 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 4 2022, 9:32 AM
michaelmaitland requested changes to this revision.Nov 7 2022, 5:02 PM
michaelmaitland added inline comments.
llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
131–133

Consider refactoring into class MxSetW<int eew>, since we are doing it for MxSet<int eew>.

This revision now requires changes to proceed.Nov 7 2022, 5:02 PM
craig.topper added inline comments.Nov 15 2022, 5:22 PM
llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
131–133

I think the other is used in multiple places. Adding another didn't seem worth the overhead.

This revision is now accepted and ready to land.Nov 15 2022, 5:23 PM
This revision was landed with ongoing or failed builds.Nov 15 2022, 6:40 PM
This revision was automatically updated to reflect the committed changes.