This is an archive of the discontinued LLVM Phabricator instance.

[RISCVInsertVSETVLI] Default to VL=1 for scalar extracts
ClosedPublic

Authored by reames on Aug 15 2023, 12:38 PM.

Details

Summary

We were defaulting to VL=0 when we didn't otherwise have a vsetv nearby. Instead, let's use VL=1. VL=0 is very much a cornercase in hardware, and let's avoid if we can.

Diff Detail

Event Timeline

reames created this revision.Aug 15 2023, 12:38 PM
reames requested review of this revision.Aug 15 2023, 12:38 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 15 2023, 12:38 PM
This revision is now accepted and ready to land.Aug 15 2023, 6:26 PM
This revision was landed with ongoing or failed builds.Aug 16 2023, 7:43 AM
This revision was automatically updated to reflect the committed changes.