Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D100822
[RISCV] Implement the vfabs.v/vfneg.v builtin. ClosedPublic Authored by HsiangKai on Apr 20 2021, 12:39 AM.
Details
Diff Detail
Event TimelineHerald added subscribers: StephenFan, vkmr, dexonsmith and 25 others. · View Herald TranscriptApr 20 2021, 12:39 AM This revision is now accepted and ready to land.Apr 20 2021, 12:58 PM This revision was landed with ongoing or failed builds.Apr 26 2021, 1:00 AM Closed by commit rGbfb3fca7e110: [RISCV] Implement the vfabs.v/vfneg.v builtin. (authored by HsiangKai). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 340443 clang/include/clang/Basic/riscv_vector.td
clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vfabs.c
clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vfneg.c
clang/test/CodeGen/RISCV/rvv-intrinsics/vfabs.c
clang/test/CodeGen/RISCV/rvv-intrinsics/vfneg.c
|