It is a new instruction introduced in RISCV-V extension 1.0,
and it depends on D93613.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D95113
[RISCV] Add intrinsics for RVV v1.0 VFRSQRTE7 & VFRECE7 ClosedPublic Authored by arcbbb on Jan 20 2021, 7:22 PM.
Details
Diff Detail
Event TimelineHerald added subscribers: NickHung, luismarques, apazos and 23 others. · View Herald TranscriptJan 20 2021, 7:22 PM This revision is now accepted and ready to land.Jan 20 2021, 8:09 PM Closed by commit rG96677503315e: [RISCV] Add intrinsics for RVV1.0 VFRSQRTE7 & VFRECE7 (authored by arcbbb). · Explain WhyJan 21 2021, 6:43 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 318092 llvm/include/llvm/IR/IntrinsicsRISCV.td
llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
llvm/test/CodeGen/RISCV/vfrece7-rv32.ll
llvm/test/CodeGen/RISCV/vfrece7-rv64.ll
llvm/test/CodeGen/RISCV/vfrsqrte7-rv32.ll
llvm/test/CodeGen/RISCV/vfrsqrte7-rv64.ll
|