Define vpopc/vfirst intrinsics and lower to V instructions.
We work with @rogfer01 from BSC to come out this patch.
Paths
| Differential D93795
[RISCV] Define vpopc/vfirst intrinsics. ClosedPublic Authored by khchen on Dec 24 2020, 12:28 AM.
Details Summary Define vpopc/vfirst intrinsics and lower to V instructions. We work with @rogfer01 from BSC to come out this patch.
Diff Detail
Event TimelineHerald added subscribers: NickHung, luismarques, apazos and 24 others. · View Herald TranscriptDec 24 2020, 12:28 AM khchen added a parent revision: D93705: [RISCV] Define vector mask-register logical intrinsics..Dec 24 2020, 12:30 AM This revision is now accepted and ready to land.Dec 24 2020, 12:16 PM This revision was landed with ongoing or failed builds.Dec 24 2020, 7:50 PM Closed by commit rGda4a637e9917: [RISCV] Define vpopc/vfirst intrinsics. (authored by khchen). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 313708 llvm/include/llvm/IR/IntrinsicsRISCV.td
llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
llvm/test/CodeGen/RISCV/rvv/vfirst-rv32.ll
llvm/test/CodeGen/RISCV/rvv/vfirst-rv64.ll
llvm/test/CodeGen/RISCV/rvv/vpopc-rv32.ll
llvm/test/CodeGen/RISCV/rvv/vpopc-rv64.ll
|