You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Arm backend: Make passes preserve and update node metadata (#9362)
When creating or updating nodes in passes, the metadata is not preserved
nor updated correctly. This patch adds an ArmPass base class which may
update the node metadata if super().call_operator(update=True) is used.
It also adds functionality to arm_pass_utils.create_node() to update the
node metadata. It will only update the 'stack_trace' field. All the
other fields will be preserved from the original node.
Signed-off-by: Oscar Andersson <[email protected]>
0 commit comments