[PATCH] D69071: [GISel][CombinerHelper] Add concat_vectors(build_vector, build_vector) => build_vector
Quentin Colombet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 16 14:57:51 PDT 2019
qcolombet updated this revision to Diff 225310.
qcolombet added a comment.
- Use ArrayRef instead of const SmallVectorImpl&
- Add tests with pointer types.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69071/new/
https://reviews.llvm.org/D69071
Files:
include/llvm/CodeGen/GlobalISel/CombinerHelper.h
lib/CodeGen/GlobalISel/CombinerHelper.cpp
lib/Target/AArch64/AArch64PreLegalizerCombiner.cpp
test/CodeGen/AArch64/GlobalISel/prelegalizercombiner-concat-vectors.mir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69071.225310.patch
Type: text/x-patch
Size: 11596 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191016/f9e26cf1/attachment.bin>
More information about the llvm-commits
mailing list