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: Convert assert to throw TypeError in arm_pass_utils
There's a risk with using asserts in production code as it might get
optimized out. TypeError is more explicit and conveys more information
abour what has gone wrong.
Change-Id: I2c811f9290e6beefd9a4a99d83ec9220209a56a8
Signed-off-by: Sebastian Larsson <[email protected]>
0 commit comments