[PATCH] D132190: [AArch64][GlobalISel] Legalize G_SHUFFLE_VECTOR with different lengths
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 16 15:05:16 PST 2022
arsenm requested changes to this revision.
arsenm added inline comments.
This revision now requires changes to proceed.
================
Comment at: llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp:936
+bool AArch64LegalizerInfo::legalizeShuffleVector(
+ MachineInstr &MI, LegalizerHelper &Helper) const {
----------------
Nothing here really looks target specific, can this move to an implementation in LegalizerHelper? This looks like fewerElements to me
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132190/new/
https://reviews.llvm.org/D132190
More information about the llvm-commits
mailing list