Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D94012
[RISCV] Add vector integer min/max ISel patterns ClosedPublic Authored by frasercrmck on Jan 4 2021, 3:27 AM.
Details
Diff Detail
Event TimelineHerald added subscribers: NickHung, luismarques, apazos and 24 others. · View Herald TranscriptJan 4 2021, 3:27 AM This revision is now accepted and ready to land.Jan 4 2021, 3:19 PM Closed by commit rG1d4411e9ea0e: [RISCV] Add vector integer min/max ISel patterns (authored by frasercrmck). · Explain WhyJan 5 2021, 1:22 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 314352 llvm/lib/Target/RISCV/RISCVISelLowering.cpp
llvm/lib/Target/RISCV/RISCVInstrInfoVSDPatterns.td
llvm/test/CodeGen/RISCV/rvv/vmax-sdnode-rv32.ll
llvm/test/CodeGen/RISCV/rvv/vmax-sdnode-rv64.ll
llvm/test/CodeGen/RISCV/rvv/vmaxu-sdnode-rv32.ll
llvm/test/CodeGen/RISCV/rvv/vmaxu-sdnode-rv64.ll
llvm/test/CodeGen/RISCV/rvv/vmin-sdnode-rv32.ll
llvm/test/CodeGen/RISCV/rvv/vmin-sdnode-rv64.ll
llvm/test/CodeGen/RISCV/rvv/vminu-sdnode-rv32.ll
llvm/test/CodeGen/RISCV/rvv/vminu-sdnode-rv64.ll
|