[PATCH] D134891: [AArch64][GlobalISel] Implement another combine for shufflevector->AArch64 G_EXT.
Amara Emerson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 29 09:28:44 PDT 2022
aemerson created this revision.
aemerson added a reviewer: paquette.
aemerson added a project: LLVM.
Herald added subscribers: hiraditya, kristof.beyls, rovka.
Herald added a project: All.
aemerson requested review of this revision.
This is a port of an existing optimization in AArch64 ISelLowering, handling a case when the same input vector can be used for both ext inputs.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D134891
Files:
llvm/lib/Target/AArch64/GISel/AArch64PostLegalizerLowering.cpp
llvm/test/CodeGen/AArch64/GlobalISel/postlegalizer-lowering-ext.mir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134891.463934.patch
Type: text/x-patch
Size: 4124 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220929/00c413e0/attachment.bin>
More information about the llvm-commits
mailing list