llvm-project/llvm/unittests
Torok Edwin ec39eb8519 APInt's countLeadingOnes() was broken for negative i128 values,
causing assertion failures in getSExtValue().
Fix it by making highWordBits actually contain what its name says,
and add some more unit-tests for APInt.
This fixes PR3419.

llvm-svn: 63107
2009-01-27 18:06:03 +00:00
..
ADT APInt's countLeadingOnes() was broken for negative i128 values, 2009-01-27 18:06:03 +00:00
Makefile Modify the unittests Makefiles so that they don't rebuild parts of LLVM just to 2009-01-04 23:12:21 +00:00
Makefile.unittest Original patch by Talin. 2009-01-01 02:24:48 +00:00
TestMain.cpp Original patch by Talin. 2009-01-01 02:24:48 +00:00