Reid Spencer 92c7283500 Fix shl to produce the correct result when the bitwidth is > 64 and the
shift amount is 0. Previously this code would do a lshr by the bit width
which can lead to incorrect results.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37010 91177308-0d34-0410-b5e6-96231b3b80d8
2007-05-12 18:01:57 +00:00
..
2007-05-06 13:37:16 +00:00
2007-05-04 04:01:37 +00:00
2007-05-10 00:08:04 +00:00