[InstCombine] Add test for insertelementinsts with constants.
authorAlexey Bataev <a.bataev@hotmail.com>
Fri, 2 Sep 2016 09:00:53 +0000 (09:00 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Fri, 2 Sep 2016 09:00:53 +0000 (09:00 +0000)
commited27d69037253116afb25c94ed08051e3aa35828
tree5184eef062f6e5f50a616ccc1e30b91f2d7c000f
parentd8dfeec019e053ffc3c8205378c24a7023856a0d
[InstCombine] Add test for insertelementinsts with constants.

Added a tests that shows that several insertelementinsts with constant
indexes/data are not folded into a single shuffleinst.

llvm-svn: 280474
llvm/test/Transforms/InstCombine/vector_insertelt_shuffle.ll [new file with mode: 0644]