This is an archive of the discontinued LLVM Phabricator instance.

[Clang][RISCV] Add vcreate intrinsics for RVV tuple types
ClosedPublic

Authored by eopXD on Aug 21 2023, 2:21 AM.

Details

Summary

Specification PR: riscv-non-isa/rvv-intrinsic-doc#256

Diff Detail

Event Timeline

eopXD created this revision.Aug 21 2023, 2:21 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 21 2023, 2:21 AM
eopXD requested review of this revision.Aug 21 2023, 2:21 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 21 2023, 2:21 AM
This revision is now accepted and ready to land.Aug 21 2023, 10:26 PM
Jim added inline comments.Aug 21 2023, 10:38 PM
clang/include/clang/Basic/riscv_vector.td
2833

Can we add a blank line before this.

2848

Does this forget to be removed?

eopXD updated this revision to Diff 552602.Aug 22 2023, 11:35 PM
eopXD marked 2 inline comments as done.

Address comments from Jim.

This revision was landed with ongoing or failed builds.Aug 22 2023, 11:37 PM
This revision was automatically updated to reflect the committed changes.
clang/lib/Sema/SemaRISCVVectorLookup.cpp