We work with @rogfer01 from BSC to come out this patch.
Authored-by: Roger Ferrer Ibanez <rofirrim@gmail.com>
Co-Authored-by: Craig Topper <craig.topper@sifive.com>
Paths
| Differential D93514
[RISCV] Add intrinsics for vmv.v.v, vmv.v.x, and vmv.x.i ClosedPublic Authored by craig.topper on Dec 17 2020, 10:24 PM.
Details Summary 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, luismarques, apazos and 24 others. · View Herald TranscriptDec 17 2020, 10:24 PM khchen added inline comments. This revision is now accepted and ready to land.Dec 17 2020, 10:46 PM This revision now requires changes to proceed.Dec 17 2020, 10:47 PM This revision is now accepted and ready to land.Dec 17 2020, 11:04 PM This revision was landed with ongoing or failed builds.Dec 18 2020, 9:49 AM Closed by commit rGfc7b7fc06694: [RISCV] Add intrinsics for vmv.v.v, vmv.v.x, and vmv.x.i (authored by craig.topper). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 312837 llvm/include/llvm/IR/IntrinsicsRISCV.td
llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
llvm/test/CodeGen/RISCV/rvv/vmv.v.v-rv32.ll
llvm/test/CodeGen/RISCV/rvv/vmv.v.v-rv64.ll
llvm/test/CodeGen/RISCV/rvv/vmv.v.x-rv32.ll
llvm/test/CodeGen/RISCV/rvv/vmv.v.x-rv64.ll
|
Nit: add comment for consistent?
like // Input: (vector_in/scalar_in, vl)