Like the element extraction of these vectors, we choose to promote up to
an i8 vector type and perform the insertion there.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D102697
[RISCV] Support INSERT_VECTOR_ELT into i1 vectors ClosedPublic Authored by frasercrmck on May 18 2021, 9:38 AM.
Details Summary Like the element extraction of these vectors, we choose to promote up to
Diff Detail
Event TimelineHerald added subscribers: vkmr, luismarques, apazos and 22 others. · View Herald TranscriptMay 18 2021, 9:38 AM This revision is now accepted and ready to land.May 18 2021, 10:02 AM This revision was landed with ongoing or failed builds.May 19 2021, 1:49 AM Closed by commit rGca2c245ba466: [RISCV] Support INSERT_VECTOR_ELT into i1 vectors (authored by frasercrmck). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 346363 llvm/lib/Target/RISCV/RISCVISelLowering.cpp
llvm/test/CodeGen/RISCV/rvv/fixed-vectors-insert-i1.ll
llvm/test/CodeGen/RISCV/rvv/insertelt-i1.ll
|