This patch extends the initial fixed-length vector support to include
smin, smax, umin, and umax.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D96491
[RISCV] Add support for integer fixed min/max ClosedPublic Authored by frasercrmck on Feb 11 2021, 5:02 AM.
Details Summary This patch extends the initial fixed-length vector support to include
Diff Detail
Event TimelineHerald added subscribers: vkmr, luismarques, apazos and 22 others. · View Herald TranscriptFeb 11 2021, 5:02 AM This revision is now accepted and ready to land.Feb 11 2021, 11:41 AM This revision was landed with ongoing or failed builds.Feb 12 2021, 1:25 AM Closed by commit rGe88da1d6770b: [RISCV] Add support for integer fixed min/max (authored by frasercrmck). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 323246 llvm/lib/Target/RISCV/RISCVISelLowering.h
llvm/lib/Target/RISCV/RISCVISelLowering.cpp
llvm/lib/Target/RISCV/RISCVInstrInfoVVLPatterns.td
llvm/test/CodeGen/RISCV/rvv/fixed-vectors-int.ll
|