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. llvm-svn: 5729
Loading
Please register or sign in to comment
Implement new shift optimizations for shifting the result of a shift. llvm-svn: 5729