Skip to content
Commit e8d6c604 authored by Chris Lattner's avatar Chris Lattner
Browse files

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
parent 1bbb7b6f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment