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 | ea340054040583f9e7c6395fa288b8d341c94650 (patch) | |
tree | 02d4ed63bd3b4b536a596d891f41bfc51b53473f /lib/Bytecode/Reader/InstructionReader.cpp | |
parent | cb40a3749aa30b7b8a80d0e2d264379c331b1ae2 (diff) |
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
Diffstat (limited to 'lib/Bytecode/Reader/InstructionReader.cpp')
0 files changed, 0 insertions, 0 deletions