[InstCombine] remove checks for IsFreeToInvert()
authorSanjay Patel <spatel@rotateright.com>
Thu, 13 Sep 2018 16:18:12 +0000 (16:18 +0000)
committerSanjay Patel <spatel@rotateright.com>
Thu, 13 Sep 2018 16:18:12 +0000 (16:18 +0000)
commit37e464876b1d3912d9726a13a3769fa7a74ea4b9
tree84bd0b355f944d3eaa868183e8e2fb2cb449ff47
parentf3063baa6ecb88a54d0832f2971ffeec28db6312
[InstCombine] remove checks for IsFreeToInvert()

I accidentally committed this diff with rL342147 because
I had applied D51964. We probably do need those checks,
but D51964 has tests and more discussion/motivation,
so they should be re-added with that patch.

llvm-svn: 342149
llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp