This is an archive of the discontinued LLVM Phabricator instance.

[Clang][RISCV] Bump rvv intrinsics version to v0.11
ClosedPublic

Authored by eopXD on Feb 1 2023, 12:25 AM.

Details

Summary

The LLVM now supports v0.11 of the RVV intrinsics. Users can use the macro
riscv_v_intrinsic to distinguish what kind of intrinsics is supported in
the compiler.

Please refer to tag descriptions under

https://github.com/riscv-non-isa/rvv-intrinsic-doc/tags

Diff Detail

Event Timeline

eopXD created this revision.Feb 1 2023, 12:25 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 1 2023, 12:25 AM
eopXD requested review of this revision.Feb 1 2023, 12:25 AM
kito-cheng accepted this revision.Feb 1 2023, 4:17 AM

LGTM, it's great to having a version number to distinguish different interface version

This revision is now accepted and ready to land.Feb 1 2023, 4:17 AM
asb accepted this revision.Feb 1 2023, 6:36 AM
This revision was landed with ongoing or failed builds.Feb 2 2023, 12:08 AM
This revision was automatically updated to reflect the committed changes.