This is an archive of the discontinued LLVM Phabricator instance.

[RISCV][Clang] Add more RVV load/store intrinsic functions.
ClosedPublic

Authored by khchen on Apr 6 2021, 9:06 AM.

Details

Summary

Support the following instructions.

  1. Mask load and store
  2. Vector Strided Instructions
  3. Vector Indexed Store Instructions

Authored-by: Roger Ferrer Ibanez <rofirrim@gmail.com>
Co-Authored-by: Zakk Chen <zakk.chen@sifive.com>

Diff Detail

Event Timeline

khchen created this revision.Apr 6 2021, 9:06 AM
khchen requested review of this revision.Apr 6 2021, 9:06 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 6 2021, 9:06 AM
This revision is now accepted and ready to land.Apr 7 2021, 1:53 PM