Added methods to check for under-/overflow in additions, subtractions, signed divisions/modulus, negations, and multiplications.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D59796
New methods to check for under-/overflow in the SMT API ClosedPublic Authored by mikhail.ramalho on Mar 25 2019, 1:12 PM.
Details Summary Added methods to check for under-/overflow in additions, subtractions, signed divisions/modulus, negations, and multiplications.
Diff Detail Event TimelineThis revision is now accepted and ready to land.Mar 25 2019, 9:24 PM Closed by commit rL357088: New methods to check for under-/overflow in the SMT API (authored by mramalho). · Explain WhyMar 27 2019, 9:55 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 192190 llvm/include/llvm/Support/SMTAPI.h
llvm/lib/Support/Z3Solver.cpp
|