This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Half-precision for vget/vset.
ClosedPublic

Authored by HsiangKai on Aug 4 2021, 1:26 AM.

Diff Detail

Event Timeline

HsiangKai created this revision.Aug 4 2021, 1:26 AM
HsiangKai requested review of this revision.Aug 4 2021, 1:26 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 4 2021, 1:26 AM
khchen added inline comments.Aug 4 2021, 6:36 PM
clang/test/CodeGen/RISCV/rvv-intrinsics/vget.c
554

index is an unused argument.

clang/test/CodeGen/RISCV/rvv-intrinsics/vset.c
554

index is an unused argument.

HsiangKai updated this revision to Diff 365065.Aug 8 2021, 7:03 PM

Update test cases.

khchen accepted this revision.Aug 8 2021, 7:40 PM

LGTM.

This revision is now accepted and ready to land.Aug 8 2021, 7:40 PM
This revision was automatically updated to reflect the committed changes.