OSDN Git Service

Fold: (setcc (shr X, ShAmt), CI), where 'cc' is eq or ne. This xform
authorChris Lattner <sabre@nondot.org>
Mon, 27 Sep 2004 16:18:50 +0000 (16:18 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 27 Sep 2004 16:18:50 +0000 (16:18 +0000)
commitf63f647345d0305685e837ad7d89181ea643c2e2
treeb28e2cc1ace8e18469b078cfab1a11b457a9f1d9
parenta281b6fa6466c6a9cbd60008edc1681fc58a5eb7
Fold: (setcc (shr X, ShAmt), CI), where 'cc' is eq or ne.  This xform
triggers often, for example:

6x in povray, 1x in gzip, 279x in gcc, 1x in crafty, 8x in eon, 11x in perlbmk,
362x in gap, 4x in vortex, 14 in m88ksim, 211x in 126.gcc, 1x in compress,
11x in ijpeg, and 4x in 147.vortex.

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