aboutsummaryrefslogtreecommitdiff
path: root/lib/Bytecode/Reader/InstructionReader.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-03-10 19:16:08 +0000
committerChris Lattner <sabre@nondot.org>2003-03-10 19:16:08 +0000
commitea340054040583f9e7c6395fa288b8d341c94650 (patch)
tree02d4ed63bd3b4b536a596d891f41bfc51b53473f /lib/Bytecode/Reader/InstructionReader.cpp
parentcb40a3749aa30b7b8a80d0e2d264379c331b1ae2 (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