Skip to content

Commit 7ff2998

Browse files
authored
Merge pull request #15980 from MathiasVP/guards-lt
C++: Support `<` reasoning for `switch` statements in Guards library
2 parents 9179f0b + 3a7b80d commit 7ff2998

File tree

6 files changed

+308
-41
lines changed

6 files changed

+308
-41
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
category: feature
3+
---
4+
* Added a predicate `GuardCondition.comparesLt/4` to query whether an expression is compared to a constant.
5+
* Added a predicate `GuardCondition.ensuresLt/4` to query whether a basic block is guarded by an expression being less than a constant.

0 commit comments

Comments
 (0)