diff options
| author | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2021-01-06 00:16:08 +0100 |
|---|---|---|
| committer | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2021-01-26 22:49:11 +0100 |
| commit | 61010b15b6074fcfee4256b848b1123a57d61947 (patch) | |
| tree | 58b8cd23df3e6c78f80014fc613d9a5044e66424 /validation/memops | |
| parent | b5a4f039a159ade2f01af7b10cd7615cbc42ba35 (diff) | |
| download | sparse-dev-61010b15b6074fcfee4256b848b1123a57d61947.tar.gz | |
cmps: canonicalize signed compares with SMIN/SMAX
The remaining compares with SMIN or SMAX are equivalent to an
equality testing. For example, (x < SMAX) is the same as (x != SMAX).
Canonicalize these to the equality testing since these are usually
simpler to handle.
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Diffstat (limited to 'validation/memops')
0 files changed, 0 insertions, 0 deletions
