This is an archive of the discontinued LLVM Phabricator instance.

[RISCV][Clang] Add more RVV Integer intrinsic functions.
ClosedPublic

Authored by khchen on Mar 29 2021, 11:41 AM.

Details

Summary

Support below instructions.

  1. Vector Integer Add-with-Carry / Subtract-with-Borrow Instructions
  2. Vector Integer Comparison Instructions
  3. Vector Widening Integer Multiply-Add Instructions

Diff Detail

Event Timeline

khchen created this revision.Mar 29 2021, 11:41 AM
khchen requested review of this revision.Mar 29 2021, 11:41 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 29 2021, 11:41 AM
khchen updated this revision to Diff 334188.Mar 30 2021, 9:17 AM

Create a common class.

khchen updated this revision to Diff 334205.Mar 30 2021, 9:48 AM

[NFC] move class position.

This revision is now accepted and ready to land.Mar 30 2021, 6:34 PM
This revision was landed with ongoing or failed builds.Apr 6 2021, 3:16 AM
This revision was automatically updated to reflect the committed changes.