Adds support for fixed length lowering for INSERT_VECTOR_ELT. The codegen before was quite awful, but now seems to be a lot more sensible.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D98496
[AArch64][SVE] Lower fixed length INSERT_VECTOR_ELT ClosedPublic Authored by joechrisellis on Mar 12 2021, 5:21 AM.
Details Summary Adds support for fixed length lowering for INSERT_VECTOR_ELT. The codegen before was quite awful, but now seems to be a lot more sensible.
Diff Detail
Event TimelineHerald added subscribers: psnobl, hiraditya, kristof.beyls, tschuett. · View Herald TranscriptMar 12 2021, 5:21 AM This revision is now accepted and ready to land.Mar 29 2021, 2:09 AM This revision was landed with ongoing or failed builds.Mar 30 2021, 2:43 AM Closed by commit rGa7dde4c5f7aa: [AArch64][SVE] Lower fixed length INSERT_VECTOR_ELT (authored by joechrisellis). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 334088 llvm/lib/Target/AArch64/AArch64ISelLowering.h
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
llvm/test/CodeGen/AArch64/sve-fixed-length-insert-vector-elt.ll
|