Define vsll/vsrl/vsra 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 D93193
[RISCV] Define vsll/vsrl/vsra intrinsics. ClosedPublic Authored by HsiangKai on Dec 13 2020, 11:05 PM.
Details Summary Define vsll/vsrl/vsra 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 13 2020, 11:05 PM HsiangKai added a parent revision: D93175: [RISCV] Define vadc/vmadc/vsbc/vmsbc intrinsics..Dec 14 2020, 7:44 AM
This revision is now accepted and ready to land.Dec 15 2020, 11:21 AM This revision was landed with ongoing or failed builds.Dec 15 2020, 2:32 PM Closed by commit rG95795e7a65a7: [RISCV] Define vsll/vsrl/vsra intrinsics. (authored by HsiangKai). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 312029 llvm/include/llvm/IR/IntrinsicsRISCV.td
llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
llvm/test/CodeGen/RISCV/rvv/vsll-rv32.ll
llvm/test/CodeGen/RISCV/rvv/vsll-rv64.ll
llvm/test/CodeGen/RISCV/rvv/vsra-rv32.ll
llvm/test/CodeGen/RISCV/rvv/vsra-rv64.ll
llvm/test/CodeGen/RISCV/rvv/vsrl-rv32.ll
llvm/test/CodeGen/RISCV/rvv/vsrl-rv64.ll
|