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 (#19154)
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.
0 commit comments