From d1f78b36cb8c095142b6e5016817d4dc633c8e3a Mon Sep 17 00:00:00 2001 From: aletempiac Date: Tue, 15 Oct 2024 19:00:45 +0200 Subject: [PATCH] Bug fix (just in the code; it does not affect the execution) --- src/map/if/acd/acdXX.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/map/if/acd/acdXX.hpp b/src/map/if/acd/acdXX.hpp index 13d1bdddf..833e45ba3 100644 --- a/src/map/if/acd/acdXX.hpp +++ b/src/map/if/acd/acdXX.hpp @@ -665,7 +665,7 @@ private: : cost <= 32 ? 4 : 5; - if ( ss_vars_needed + free_set_size < 6 ) + if ( ss_vars_needed + free_set_size < ps.lut_size ) { /* look for a shared variable */ best_multiplicity = cost;