OSDN Git Service

[SelectionDAG] Simplify the ISD::SIGN_EXTEND/ZERO_EXTEND handling to use less tempora...
authorCraig Topper <craig.topper@intel.com>
Thu, 12 Oct 2017 21:58:25 +0000 (21:58 +0000)
committerCraig Topper <craig.topper@intel.com>
Thu, 12 Oct 2017 21:58:25 +0000 (21:58 +0000)
commitfcc479bedcebae06705fee7f557ab021db4f4d5a
tree014099786471eeaf1829d337f5431740e70cd4f3
parent9eddd8e7ad83c3c4463b95beb7d1695dd32b0c4f
[SelectionDAG] Simplify the ISD::SIGN_EXTEND/ZERO_EXTEND handling to use less temporary APInts by counting bits instead. NFCI

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@315628 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/TargetLowering.cpp