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
…s sign-extended
As reported on llvm#94344 - if x has more than one signbit, then the upper bits of its absolute value are guaranteed to be zero
Alive2: https://alive2.llvm.org/ce/z/a87fHU
…s sign-extended
As reported on llvm#94344 - if x has more than one signbit, then the upper bits of its absolute value are guaranteed to be zero
Alive2: https://alive2.llvm.org/ce/z/a87fHU
Alive2: https://alive2.llvm.org/ce/z/a87fHU
If the absolute value input is sign extended, then the absolute result is guaranteed to be zero in the (NumSignBits - 1) upper bits.
ISD::ABDS should be similar as well.
Noticed while working on #92576
The text was updated successfully, but these errors were encountered: