simplify this, isBytewiseValue handles the extra check. We still
authorChris Lattner <sabre@nondot.org>
Tue, 28 Dec 2010 18:53:48 +0000 (18:53 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 28 Dec 2010 18:53:48 +0000 (18:53 +0000)
commit95ae676bc89b4cb9166576b74f1220ab5b0ff0ad
tree2f562a59033548cd3fff137f1a77cea00d0b7ad3
parent1dc5db2bebef06a94244bcd8e4415b85766c07a7
simplify this, isBytewiseValue handles the extra check.  We still
check for "multiple of a byte" in size to make it clear that the
>> 3 below is safe.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122604 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/LoopIdiomRecognize.cpp