This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Support VECTOR_REVERSE mask operation.
ClosedPublic

Authored by Jimerlife on Jun 27 2022, 2:06 AM.

Details

Summary

Support vector_reverse mask operation. Widen i1 element type to i8, then reverse it, finally truncate result.

Diff Detail

Event Timeline

Jimerlife created this revision.Jun 27 2022, 2:06 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 27 2022, 2:06 AM
Jimerlife requested review of this revision.Jun 27 2022, 2:06 AM
This revision is now accepted and ready to land.Jun 27 2022, 9:25 AM
reames added a subscriber: reames.Jun 27 2022, 11:39 AM

LGTM, but can you make sure to post a follow up patch to update cost model please?

LGTM, but can you make sure to post a follow up patch to update cost model please?

I am not familiar with cost model, but I can try to do this.

This revision was landed with ongoing or failed builds.Jun 28 2022, 12:58 AM
This revision was automatically updated to reflect the committed changes.