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-02-23 22:31:24 +00:00
2007-04-07 18:53:16 +00:00
2007-02-24 01:41:48 +00:00
2007-05-06 09:31:32 +00:00
2007-05-11 00:43:26 +00:00
2007-04-14 21:50:21 +00:00