diff options
| author | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2020-11-26 22:38:21 +0100 |
|---|---|---|
| committer | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2020-11-27 22:17:09 +0100 |
| commit | 3aaa16eac7f07302bcf3d733aeee901d378b7e9d (patch) | |
| tree | f4d92829b7c0f2b8c0f8bf3285e6bc60067aa183 /validation/linear/non-const-case.c | |
| parent | 90c1d15708d44c59046568592abcad8bdd1de126 (diff) | |
| download | sparse-dev-3aaa16eac7f07302bcf3d733aeee901d378b7e9d.tar.gz | |
add testscases for 'bits translation' optimization
Add some testcase related to the simplification of expressions like:
if (val1 & BIT1)
val2 |= BIT2;
into
val2 |= (val1 & BIT1) {SHL/LSR} |BIT2-BIT1|;
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Diffstat (limited to 'validation/linear/non-const-case.c')
0 files changed, 0 insertions, 0 deletions
