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
[ValueTracking] Add missing operand checks in computeKnownFPClassFromCond (llvm#119579)
After llvm#118257, we may call
`computeKnownFPClassFromCond` with unrelated conditions. Then
miscompilations may occur due to a lack of operand checks.
This bug was introduced by
llvm@d2404ea
and llvm#80740. However, the
miscompilation couldn't have happened before
llvm#118257, because we only added
related conditions to `DomConditionCache/AssumptionCache`.
Fix the miscompilation reported in
llvm#118257 (comment).
0 commit comments