OSDN Git Service

[InstCombine] fix formatting in SimplifyDemandedVectorElts->Select; NFCI
authorSanjay Patel <spatel@rotateright.com>
Thu, 6 Sep 2018 13:19:22 +0000 (13:19 +0000)
committerSanjay Patel <spatel@rotateright.com>
Thu, 6 Sep 2018 13:19:22 +0000 (13:19 +0000)
commit48afe9e63601238d166624ff964cedbe743dd003
tree2c39e59e7c28c030bd965ca7ce02649ad8626fd6
parent7b6a2c6037cd41fa7b035677976e21436309f01d
[InstCombine] fix formatting in SimplifyDemandedVectorElts->Select; NFCI

I'm preparing to add the same functionality both here and to the DAG
version of this code in D51696 / D51433, so try to make those cases
as similar as possible to avoid bugs.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@341545 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp