Skip to content

Commit

Permalink
fix #7084
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed Jan 15, 2024
1 parent 91ca55e commit 4ff352f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ast/rewriter/bit_blaster/bit_blaster_rewriter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -615,6 +615,8 @@ MK_PARAMETRIC_UNARY_REDUCE(reduce_sign_extend, mk_sign_extend);
if (m_blast_quant) {
if (m_bindings.empty())
return false;
if (!butil().is_bv(t))
return false;
unsigned shift = m_shifts.back();
if (t->get_idx() >= m_bindings.size()) {
if (shift == 0)
Expand Down

0 comments on commit 4ff352f

Please sign in to comment.