This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Add support for fixed vector vselect
ClosedPublic

Authored by frasercrmck on Feb 16 2021, 3:20 AM.

Details

Summary

This patch adds support for fixed-length vector vselect. It does so by
lowering them to a custom unmasked VSELECT_VL node with a vector length
operand.

Diff Detail

Event Timeline

frasercrmck created this revision.Feb 16 2021, 3:20 AM
frasercrmck requested review of this revision.Feb 16 2021, 3:20 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 16 2021, 3:20 AM
This revision is now accepted and ready to land.Feb 16 2021, 10:14 AM
This revision was landed with ongoing or failed builds.Feb 17 2021, 3:05 AM
This revision was automatically updated to reflect the committed changes.