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: Fix meta propagation in some call passes
When a call pass creates a node, it won't get a meta["val"] field
until the graph is re-traced, unless explicitly set.
This is not usually a problem, but if a pass needs meta["val"] from
an argument, and an op is chained multiple times, the pass will crash
if the meta is not there/incorrectly set.
Fix a couple of passes where the field was missing, or using the
incorrect value.
Signed-off-by: Erik Lundell <erik.lundell@arm.com>
Change-Id: I9b93e29a66bf9cce1fe0a371546020c2eb0828c2
0 commit comments