Chris Lattner ea34005404 Fix bug: (x << 100) wasn't folded to 0, but (x >> 100) was (when x is unsigned)
Implement new shift optimizations for shifting the result of a shift.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5729 91177308-0d34-0410-b5e6-96231b3b80d8
2003-03-10 19:16:08 +00:00
..
2002-11-08 23:18:37 +00:00
2003-02-01 04:50:59 +00:00
2002-07-23 17:52:38 +00:00