Skip to content

Conversation

kroening
Copy link
Collaborator

This might make the witnesses more robust, and will also enable removing lhs_object and lhs_object_value from our traces.

if(!it->lhs_object_value.is_constant() ||
!it->lhs_object_value.has_operands() ||
!has_prefix(id2string(it->lhs_object_value.op0().get(ID_value)),
"INVALID-"))
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This sanity check is now missing.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, but we haven't been generating these INVALID-OBJECTS for quite a while.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I trust this is true, but what change was it that made those go away?

@tautschnig tautschnig assigned kroening and unassigned tautschnig Sep 3, 2018
@kroening kroening closed this Sep 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants