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
Bug fix for comparison of large cbits and integer literals (#168)
This PR fixes a bug that caused verification failure on the generated
QUIR when comparing large cbits (> 32 bits) with integer literals. This
was caused by failing to cast to match bit width because we weren't
updating the tracked type after casting the reference to convert from
cbit to int.
0 commit comments