This is an archive of the discontinued LLVM Phabricator instance.

[VP][RISCV] Add vp.bswap and RISC-V support.
ClosedPublic

Authored by fakepaper56 on Nov 14 2022, 2:25 AM.

Details

Summary

The patch also added function expandVPBSWAP to expand ISD::VP_BSWAP nodes.

Diff Detail

Event Timeline

fakepaper56 created this revision.Nov 14 2022, 2:25 AM
fakepaper56 requested review of this revision.Nov 14 2022, 2:25 AM

Add basic cost model of vp.bswap.

This revision is now accepted and ready to land.Nov 15 2022, 9:44 AM

I modified ExpandBSWAP in D138045. We should do the same change to vp.bswap.

Update expandVPBSWAP.

This revision was landed with ongoing or failed builds.Nov 15 2022, 7:36 PM
This revision was automatically updated to reflect the committed changes.