[all-commits] [llvm/llvm-project] 6bf214: [GlobalISel][AArch64] Legalize G_INSERT_VECTOR_ELT...
Thorsten Schütt via All-commits
all-commits at lists.llvm.org
Wed Oct 30 20:57:02 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6bf214b7c6d74ec581bc52a9142756a1d1df6df0
https://github.com/llvm/llvm-project/commit/6bf214b7c6d74ec581bc52a9142756a1d1df6df0
Author: Thorsten Schütt <schuett at gmail.com>
Date: 2024-10-31 (Thu, 31 Oct 2024)
Changed paths:
M llvm/include/llvm/CodeGen/GlobalISel/LegalizerInfo.h
M llvm/lib/CodeGen/GlobalISel/LegalityPredicates.cpp
M llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp
M llvm/lib/Target/AArch64/GISel/AArch64PostLegalizerLowering.cpp
A llvm/test/CodeGen/AArch64/GlobalISel/legalize-vector-insert-elt.mir
Log Message:
-----------
[GlobalISel][AArch64] Legalize G_INSERT_VECTOR_ELT for SVE (#114310)
There are patterns for:
* {nxv2s32, s32, s64},
* {nxv4s16, s16, s64},
* {nxv2s16, s16, s64}
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list