This is an archive of the discontinued LLVM Phabricator instance.

[RISCV][Clang] Add RVV Type-Convert intrinsic functions.
ClosedPublic

Authored by khchen on Apr 1 2021, 9:26 AM.

Details

Summary

Fix extension macro condition.

Support below instructions:

  1. Single-Width Floating-Point/Integer Type-Convert Instructions
  2. Widening Floating-Point/Integer Type-Convert Instructions
  3. Narrowing Floating-Point/Integer Type-Convert Instructions

Diff Detail

Event Timeline

khchen created this revision.Apr 1 2021, 9:26 AM
khchen requested review of this revision.Apr 1 2021, 9:26 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 1 2021, 9:26 AM
This revision is now accepted and ready to land.Apr 6 2021, 10:48 AM
This revision was landed with ongoing or failed builds.Apr 11 2021, 7:30 PM
This revision was automatically updated to reflect the committed changes.