diff options
| author | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2018-08-22 17:19:02 +0200 |
|---|---|---|
| committer | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2018-08-23 10:04:29 +0200 |
| commit | 240c84a3eea0649f76a2510f61475a5216fe9a81 (patch) | |
| tree | 0cfde4ac1872c639eea9ada76c0ce152cc186aff /validation/optim | |
| parent | f8f80ee849cd58c274ceade48a832d237aaf96e2 (diff) | |
| download | sparse-dev-240c84a3eea0649f76a2510f61475a5216fe9a81.tar.gz | |
prepare simplification of MASK(SHIFT(a | b, S), M)
Currently the simplification of SHIFT(a | b, S) is done by
calling simplify_mask_or() with an effective mask corresponding
to the shift instruction.
Prepare the simplification of more complex patterns, involving
a combination of masks, by using a small helper, simplify_mask_shift_or(),
for doing the call to simplify_mask_or() with the appropriate mask.
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Diffstat (limited to 'validation/optim')
0 files changed, 0 insertions, 0 deletions
