[InstCombine] remove redundant fold for insertelement; NFC
authorSanjay Patel <spatel@rotateright.com>
Thu, 23 May 2019 23:33:34 +0000 (23:33 +0000)
committerSanjay Patel <spatel@rotateright.com>
Thu, 23 May 2019 23:33:34 +0000 (23:33 +0000)
commit4d4df6f144d93a901387c66d73183a72e198ee4f
tree84023f1515173bfccc7a87360ffb0a6dad3b738c
parent3e4acaabb9d9d8f56cdbd0aff7d89165cab2320f
[InstCombine] remove redundant fold for insertelement; NFC

The out-of-bounds index pattern is handled by InstSimplify.

llvm-svn: 361569
llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp