aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/optim
diff options
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2018-08-08 01:11:00 +0200
committerLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2018-08-22 09:25:34 +0200
commit6faa3df7a00349041436b6b17a3891425f0b8928 (patch)
tree2817dcb90eeccc925e8b638d0da44c6602f083db /validation/optim
parentbea53a10f6db02d7253fa9f05390bc4caad14628 (diff)
downloadsparse-dev-6faa3df7a00349041436b6b17a3891425f0b8928.tar.gz
switch return order in simplify_mask_or_and()
This function used an early return when the test guarding the simplification failed but this make impossible to add other ones simplifications. In preparation for incoming additional simplifications, negate the test and switch the returns so that the early return is now a catch-all return when no simplifications can apply. Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Diffstat (limited to 'validation/optim')
0 files changed, 0 insertions, 0 deletions