During bittest switch lowering emit shift in the test block, which should (theoretically)
authorAnton Korobeynikov <asl@math.spbu.ru>
Mon, 26 Jan 2009 19:26:01 +0000 (19:26 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Mon, 26 Jan 2009 19:26:01 +0000 (19:26 +0000)
commit36c826ad958f74e1078cbe2ecfd07ae0a7170543
treeeca234101d67b7e02b67dc7eb7fc63bed7fc92ad
parentd7250517b06250ca942847dfd6e51ede261c24c9
During bittest switch lowering emit shift in the test block, which should (theoretically)
allow us to generate more efficient code. We don't do this now though :)

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