Skip to content

Commit 4ff352f

Browse files
fix #7084
Signed-off-by: Nikolaj Bjorner <[email protected]>
1 parent 91ca55e commit 4ff352f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ast/rewriter/bit_blaster/bit_blaster_rewriter.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -615,6 +615,8 @@ MK_PARAMETRIC_UNARY_REDUCE(reduce_sign_extend, mk_sign_extend);
615615
if (m_blast_quant) {
616616
if (m_bindings.empty())
617617
return false;
618+
if (!butil().is_bv(t))
619+
return false;
618620
unsigned shift = m_shifts.back();
619621
if (t->get_idx() >= m_bindings.size()) {
620622
if (shift == 0)

0 commit comments

Comments
 (0)