This is an archive of the discontinued LLVM Phabricator instance.

GlobalISel: Add maskedValueIsZero and signBitIsZero to known bits
ClosedPublic

Authored by arsenm on Aug 28 2019, 7:03 PM.

Details

Summary

I dropped the DemandedElts since it seems to be missing from some of
the new interfaces, but not others.

Diff Detail

Event Timeline

arsenm created this revision.Aug 28 2019, 7:03 PM
This revision is now accepted and ready to land.Aug 28 2019, 8:50 PM
arsenm closed this revision.Aug 29 2019, 10:25 AM

r370389