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
There are places where this would be very useful like the slow path in a vector push method. Sadly, there's not an obvious way to expose llvm.expect because a regular Rust intrinsic becomes a function and lower-expect runs in the function pass stage.