]> granicus.if.org Git - llvm/commit
[InstCombine] fix formatting and variable names; NFCI
authorSanjay Patel <spatel@rotateright.com>
Wed, 5 Apr 2017 17:38:34 +0000 (17:38 +0000)
committerSanjay Patel <spatel@rotateright.com>
Wed, 5 Apr 2017 17:38:34 +0000 (17:38 +0000)
commit9dd1db13fe97fbb4e7df9ef2ac32847e189d4abc
tree47a7ca0ab1f11e4080f959a18fae5419ef6d2e88
parent4b7a5e5aa16b2c6c00bd5a2f8ae73da06579b23f
[InstCombine] fix formatting and variable names; NFCI

There must be some opportunity to refactor big chunks of nearly duplicated code in FoldOrOfICmps / FoldAndOfICmps.
Also, none of this works with vectors, but it should.

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