[LLVMbugs] [Bug 3584] Integer literal related vertex node contains arbitrary precision number with the wrong sign .

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Sat Feb 14 15:40:50 PST 2009


http://llvm.org/bugs/show_bug.cgi?id=3584


Eli Friedman <sharparrow1 at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sharparrow1 at yahoo.com
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




--- Comment #1 from Eli Friedman <sharparrow1 at yahoo.com>  2009-02-14 17:40:49 ---
The method isStrictlyPositive doesn't do what you think it does... it always
assumes the input is signed.  You need to check isSigned() as well.


-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list