Define vminu/vmin/vmaxu/vmax intrinsics and lower to V instructions.
We work with @rogfer01 from BSC to come out this patch.
Authored-by: Roger Ferrer Ibanez <rofirrim@gmail.com>
Co-Authored-by: Hsiangkai Wang <kai.wang@sifive.com>
Paths
| Differential D93218
[RISCV] Define vminu/vmin/vmaxu/vmax intrinsics. ClosedPublic Authored by HsiangKai on Dec 14 2020, 7:42 AM.
Details Summary Define vminu/vmin/vmaxu/vmax intrinsics and lower to V instructions. We work with @rogfer01 from BSC to come out this patch. Authored-by: Roger Ferrer Ibanez <rofirrim@gmail.com>
Diff Detail
Event TimelineHerald added subscribers: NickHung, apazos, sameer.abuasal and 23 others. · View Herald TranscriptDec 14 2020, 7:42 AM HsiangKai added a parent revision: D93207: [RISCV] Define vnsrl/vnsra intrinsics..Dec 14 2020, 7:45 AM This revision is now accepted and ready to land.Dec 15 2020, 1:50 AM This revision was landed with ongoing or failed builds.Dec 15 2020, 2:32 PM Closed by commit rG903f2950091a: [RISCV] Define vmin/vminu/vmax/vmaxu intrinsics. (authored by HsiangKai). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 312031 llvm/include/llvm/IR/IntrinsicsRISCV.td
llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
llvm/test/CodeGen/RISCV/rvv/vmax-rv32.ll
llvm/test/CodeGen/RISCV/rvv/vmax-rv64.ll
llvm/test/CodeGen/RISCV/rvv/vmaxu-rv32.ll
llvm/test/CodeGen/RISCV/rvv/vmaxu-rv64.ll
llvm/test/CodeGen/RISCV/rvv/vmin-rv32.ll
llvm/test/CodeGen/RISCV/rvv/vmin-rv64.ll
llvm/test/CodeGen/RISCV/rvv/vminu-rv32.ll
llvm/test/CodeGen/RISCV/rvv/vminu-rv64.ll
|