diff options
| author | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2017-08-07 11:14:37 +0200 |
|---|---|---|
| committer | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2018-08-17 08:51:05 +0200 |
| commit | 3a729e93ba9f435855f0ca0cccafaa0c1648fb84 (patch) | |
| tree | 107bdb3d45f57efdcc2cacfff9095bd936b53247 /validation/optim | |
| parent | 1d5acb58b0a45183b80fc45423a93bd38d448d0d (diff) | |
| download | sparse-dev-3a729e93ba9f435855f0ca0cccafaa0c1648fb84.tar.gz | |
simplify ((x >> S) << S)
The simplification of ((x << S) >> S) was already added
but its dual was forgotten.
Add it now.
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Diffstat (limited to 'validation/optim')
| -rw-r--r-- | validation/optim/shl-lsr0.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/validation/optim/shl-lsr0.c b/validation/optim/shl-lsr0.c index 851f6284..fc2561bd 100644 --- a/validation/optim/shl-lsr0.c +++ b/validation/optim/shl-lsr0.c @@ -6,7 +6,6 @@ unsigned mask(unsigned x) /* * check-name: shl-lsr0 * check-command: test-linearize -Wno-decl $file - * check-known-to-fail * * check-output-ignore * check-output-contains: and\\..*0xffff8000 |
