[PATCH] D69149: [GISel][CombinerHelper] Add a combine turning shuffle_vector into concat_vectors
Quentin Colombet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 17 16:12:47 PDT 2019
qcolombet created this revision.
qcolombet added reviewers: aditya_nandakumar, volkan, paquette, aemerson, dsanders, arsenm.
Herald added subscribers: Petar.Avramovic, kristof.beyls, wdng.
Herald added a project: LLVM.
Teach the CombinerHelper how to turn shuffle_vectors, that
concatenate vectors, into concat_vectors and add this combine
to the AArch64 pre-legalizer combiner.
Repository:
rL LLVM
https://reviews.llvm.org/D69149
Files:
include/llvm/CodeGen/GlobalISel/CombinerHelper.h
lib/CodeGen/GlobalISel/CombinerHelper.cpp
lib/Target/AArch64/AArch64PreLegalizerCombiner.cpp
test/CodeGen/AArch64/GlobalISel/prelegalizercombiner-shuffle-vector.mir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69149.225543.patch
Type: text/x-patch
Size: 21341 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191017/1127252c/attachment.bin>
More information about the llvm-commits
mailing list