Implement Transforms/InstCombine/bswap.ll, turning common shift/and/or bswap
authorChris Lattner <sabre@nondot.org>
Thu, 15 Jun 2006 19:07:26 +0000 (19:07 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 15 Jun 2006 19:07:26 +0000 (19:07 +0000)
commitafe91a5f26e205a14dac862d3e9f7c017cc08569
treef94440e857a7a12d090cf0716f1386d4b2d55188
parentc0ea2335f3fdbbb9055d15ed90464144e1a277a3
Implement Transforms/InstCombine/bswap.ll, turning common shift/and/or bswap
idioms into bswap intrinsics.

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