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
The commit from #158679 added getStaticTripCount to LoopLikeOpInterface,
which the CIRLoopOpInterface uses. However, it doesn't include APInt.
This patch adds an include for APInt to CIRLoopOpInterface, plus a
'using', as we're likely to run into this again.
0 commit comments