OSDN Git Service

During post-legalization DAG combining, be careful to only create shifts where the...
authorOwen Anderson <resistor@mac.com>
Wed, 13 Apr 2011 23:22:23 +0000 (23:22 +0000)
committerOwen Anderson <resistor@mac.com>
Wed, 13 Apr 2011 23:22:23 +0000 (23:22 +0000)
commit7adf862eb24f7c6cbf12fbc9e3e8229f6f863b8a
treede582110ee2f9d0bf38639d641858d7eefb2c604
parente8d087ad351258f3db39f41dc595fae4ddb4f318
During post-legalization DAG combining, be careful to only create shifts where the RHS is of the legal type for the new operation.

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