This patch handles cast-like insert_subvector & extract_subvector
in which case:
- index starts from 0.
- inserting a fixed-width vector into a scalable vector, or extracting a fixed-width vector from a scalable vector.
Paths
| Differential D96352
[RISCV] Initial support for insert/extract subvector ClosedPublic Authored by arcbbb on Feb 9 2021, 9:12 AM.
Details Summary This patch handles cast-like insert_subvector & extract_subvector
Diff Detail
Event TimelineHerald added subscribers: vkmr, luismarques, apazos and 22 others. · View Herald TranscriptFeb 9 2021, 9:12 AM
Comment Actions Updates.
This revision is now accepted and ready to land.Feb 9 2021, 9:31 PM Closed by commit rG9e62c9146d2c: [RISCV] Initial support for insert/extract subvector (authored by arcbbb, committed by craig.topper). · Explain WhyFeb 11 2021, 2:36 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 322415 llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp
llvm/test/CodeGen/RISCV/rvv/fixed-vectors-int.ll
|
clang-format: please reformat the code