llvm-6502/include
Nick Lewycky 32cda119ef Add a new isSignWrappedSet() method to ConstantRange.
Fix zeroExtend and signExtend to support empty sets, and to return the smallest
possible result set which contains the extension of each element in their
inputs. For example zext i8 [100, 10) to i16 is now [0, 256), not i16 [100, 10)
which contains 63446 members.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113187 91177308-0d34-0410-b5e6-96231b3b80d8
2010-09-06 23:52:49 +00:00
..
llvm Add a new isSignWrappedSet() method to ConstantRange. 2010-09-06 23:52:49 +00:00
llvm-c Fix LLVM target initialization to deal with sociopathic outside projects 2010-08-30 18:34:48 +00:00