Based on this update to the intrinsic doc
https://github.com/riscv/rvv-intrinsic-doc/pull/103
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D105611
[RISCV] Support overloading for RVV miscellaneous functions. ClosedPublic Authored by khchen on Jul 8 2021, 12:11 AM.
Details Summary Based on this update to the intrinsic doc
Diff Detail
Event TimelineHerald added subscribers: vkmr, frasercrmck, dexonsmith and 23 others. · View Herald TranscriptJul 8 2021, 12:11 AM This revision is now accepted and ready to land.Jul 8 2021, 3:05 PM This revision was landed with ongoing or failed builds.Jul 13 2021, 9:35 PM Closed by commit rG08cf69c31f84: [RISCV] Support overloading for RVV miscellaneous functions. (authored by khchen). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 358507 clang/include/clang/Basic/riscv_vector.td
clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vget.c
clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vlmul.c
clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vreinterpret.c
clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vset.c
clang/utils/TableGen/RISCVVEmitter.cpp
|