We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a31929 commit 91ce314Copy full SHA for 91ce314
src/util/simplify_expr_struct.cpp
@@ -262,9 +262,6 @@ bool simplify_exprt::simplify_member(exprt &expr)
262
263
// Guess: turning this into a byte-extract operation is not really an
264
// optimisation.
265
- // The type_eq check is because get_subexpression_at_offset uses
266
- // base_type_eq, whereas in the context of a simplifier we should not
267
- // change the type of the expression.
268
if(
269
equivalent_member.has_value() &&
270
equivalent_member.value().id() != ID_byte_extract_little_endian &&
0 commit comments