diff options
author | Michael Kuperstein <mkuper@google.com> | 2016-09-13 21:53:32 +0000 |
---|---|---|
committer | Michael Kuperstein <mkuper@google.com> | 2016-09-13 21:53:32 +0000 |
commit | 59f830530557f25ab6bda5cc5c1401ea127b6f4d (patch) | |
tree | 3c46c08d9d9c6bc2a7191068b0605974c44203fa /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | fc19fa3721927159a1ad7a6767d94b96c841ec03 (diff) | |
download | llvm-59f830530557f25ab6bda5cc5c1401ea127b6f4d.zip llvm-59f830530557f25ab6bda5cc5c1401ea127b6f4d.tar.gz llvm-59f830530557f25ab6bda5cc5c1401ea127b6f4d.tar.bz2 |
[DAG] Allow build-to-shuffle combine to combine builds from two wide vectors.
This allows us to, in some cases, create a vector_shuffle out of a build_vector, when
the inputs to the build are extract_elements from two different vectors, at least one
of which is wider than the output. (E.g. a <8 x i16> being constructed out of
elements from a <16 x i16> and a <8 x i16>).
Differential Revision: https://reviews.llvm.org/D24491
llvm-svn: 281402
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions