Fold shift x, [sz]ext(y) -> shift x, y
authorNate Begeman <natebegeman@mac.com>
Tue, 12 Apr 2005 23:32:28 +0000 (23:32 +0000)
committerNate Begeman <natebegeman@mac.com>
Tue, 12 Apr 2005 23:32:28 +0000 (23:32 +0000)
commitdb81ebab89796551eb74100f0c294fae2446d6be
tree5550e175443251c5acb90c9d342d6d12b75e8d94
parentb882752bd04602249d391699dc7183de007f8964
Fold shift x, [sz]ext(y) -> shift x, y

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