Files
llvm/test/CodeGen
Sven van Haastregt d1c00f7109 [DAGCombiner] Bail out if vector size is not a multiple
For the included test case, the DAG transformation
  concat_vectors(scalar, undef) -> scalar_to_vector(sclr)
would attempt to create a v2i32 vector for a v9i8
concat_vector.  Bail out to avoid creating a bitcast with
mismatching sizes later on.

Differential Revision: https://reviews.llvm.org/D42379


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@323312 91177308-0d34-0410-b5e6-96231b3b80d8
2018-01-24 09:53:47 +00:00
..
2017-08-24 15:40:33 +00:00
2018-01-24 05:04:35 +00:00