Define the vfmin, vfmax IR intrinsics for the respective V instructions.
Authored-by: Roger Ferrer Ibanez <rofirrim@gmail.com>
Co-Authored-by: Evandro Menezes <evandro.menezes@sifive.com>
Paths
| Differential D93673
[RISCV] Define the vfmin, vfmax RVV intrinsics ClosedPublic Authored by evandro on Dec 21 2020, 5:45 PM.
Details Summary Define the vfmin, vfmax IR intrinsics for the respective V instructions. Authored-by: Roger Ferrer Ibanez <rofirrim@gmail.com>
Diff Detail
Event TimelineHerald added subscribers: NickHung, luismarques, apazos and 23 others. · View Herald TranscriptDec 21 2020, 5:45 PM This revision is now accepted and ready to land.Dec 21 2020, 8:47 PM Closed by commit rG4d479443934a: [RISCV] Define the vfmin, vfmax RVV intrinsics (authored by evandro). · Explain WhyDec 22 2020, 10:28 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 313485 llvm/include/llvm/IR/IntrinsicsRISCV.td
llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
llvm/test/CodeGen/RISCV/rvv/vfmax-rv32.ll
llvm/test/CodeGen/RISCV/rvv/vfmax-rv64.ll
llvm/test/CodeGen/RISCV/rvv/vfmin-rv32.ll
llvm/test/CodeGen/RISCV/rvv/vfmin-rv64.ll
|