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
Use constant for detecting thin pointer formatting
This allows codegen to prune the unnecessary side of the `if` for each
pointer type during monomorphization. LLVM optimizations can clean it up
too, but it's better to not emit unnecessary code in the first place.
0 commit comments