diff options
| author | Chris Lattner <sabre@nondot.org> | 2003-03-10 19:16:08 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2003-03-10 19:16:08 +0000 |
| commit | e8d6c604bbe718ba9da4c18a04723069e1f81d77 (patch) | |
| tree | 666a77121068b698cb931f8e01f831782398f575 /llvm/lib/ExecutionEngine/Interpreter/UserInput.cpp | |
| parent | 1bbb7b6f19571bb150e3ad70082426ecc42c5ce1 (diff) | |
| download | llvm-e8d6c604bbe718ba9da4c18a04723069e1f81d77.zip llvm-e8d6c604bbe718ba9da4c18a04723069e1f81d77.tar.gz llvm-e8d6c604bbe718ba9da4c18a04723069e1f81d77.tar.bz2 | |
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
Diffstat (limited to 'llvm/lib/ExecutionEngine/Interpreter/UserInput.cpp')
0 files changed, 0 insertions, 0 deletions
