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
[BasicTTIImpl] Add cost entries for ldexp, [l]lround
The ldexp intrinsic is incorrectly costed as 1, due to a missing entry
in BasicTTIImpl::getTypeBasedIntrinsicCost: fix this. While
at it, fix missing entries for [l]lround, which is costed as 1 anyway,
making the change non-functional.
0 commit comments