Skip to content
  • Ted Kremenek's avatar
    BasicConstraintManager: · fff9f4aa
    Ted Kremenek authored
    - Fix nonsensical logic in AssumeSymGE. When comparing 'sym >= constant' and the
      constant is the maximum integer value, add the constraint that 'sym ==
      constant' when the path is deemed feasible.  All other cases are feasible.
    - Improve AssumeSymGT. When comparing 'sym > constant' and constant is the
      maximum integer value we know the path is infeasible.
    - Add test case for this enhancement to AssumeSymGT.
    
    llvm-svn: 60490
    fff9f4aa
Loading