This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Prune unnecessary vector pseudo instructions. NFC
ClosedPublic

Authored by craig.topper on Dec 31 2021, 1:02 AM.

Details

Summary

For .vf instructions, we don't need MF8 pseudos for f16. We don't
need MF8 or MF4 pseudos for f32. Or MF8, MF4, MF2 for f64.

Diff Detail

Event Timeline

craig.topper created this revision.Dec 31 2021, 1:02 AM
craig.topper requested review of this revision.Dec 31 2021, 1:02 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 31 2021, 1:02 AM
Herald added a subscriber: MaskRay. · View Herald Transcript
khchen accepted this revision.Jan 1 2022, 5:36 PM

LGTM.

This revision is now accepted and ready to land.Jan 1 2022, 5:36 PM
This revision was landed with ongoing or failed builds.Jan 1 2022, 8:45 PM
This revision was automatically updated to reflect the committed changes.