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
… x and y are sign-extended
As reported on llvm#94442 - if x and y have more than one signbit, then the upper bits of its absolute value are guaranteed to be zero
Alive2: https://alive2.llvm.org/ce/z/7_z2Vc
… x and y are sign-extended
As reported on llvm#94442 - if x and y have more than one signbit, then the upper bits of its absolute value are guaranteed to be zero
Alive2: https://alive2.llvm.org/ce/z/7_z2Vc
… x and y are sign-extended (#94448)
As reported on #94442 - if x and y have more than one signbit, then the upper bits of its absolute value are guaranteed to be zero
Sibling PR to #94382
Alive2: https://alive2.llvm.org/ce/z/7_z2VcFixes#94442
Split off from #94344
ABDS alive: https://alive2.llvm.org/ce/z/7_z2Vc
If the inputs are sign extended, then the absolute result is guaranteed to be zero in the (NumSignBits - 1) upper bits.
Noticed while working on #92576
The text was updated successfully, but these errors were encountered: