commit 602a3161f425ee3fe325413eeab9792e8e07a2ff
Author: Andrew MacLeod <amacleod@redhat.com>
Date: Wed Feb 23 12:25:20 2022 -0500
Clear killing defs when resetting the path in path_oracle.
When we reset the path oracle, we should clear the killing defs vector.
* value-relation.cc (path_oracle::reset_path): Clear killing_defs.
@@ -1459,6 +1459,7 @@ path_oracle::reset_path ()
bitmap_clear (m_equiv.m_names);
m_relations.m_head = NULL;
bitmap_clear (m_relations.m_names);
+ bitmap_clear (m_killed_defs);
}
// Dump relation in basic block... Do nothing here.