This is an archive of the discontinued LLVM Phabricator instance.

[DAG] Enable scalable vector handling in ComputeNumSignBits
AbandonedPublic

Authored by dmgreen on Jun 30 2022, 7:27 AM.

Details

Summary

Similar to D128159, this relaxes the handling of scalable vectors in ComputeNumSignBits to most nodes that do not require lane-specific handling. The DemandedElts must be of size VectorMinNumElements and all lanes must be demanded.

Diff Detail

Event Timeline

dmgreen created this revision.Jun 30 2022, 7:27 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 30 2022, 7:27 AM
dmgreen requested review of this revision.Jun 30 2022, 7:27 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 30 2022, 7:27 AM
dmgreen abandoned this revision.Dec 8 2022, 4:33 AM

This all got done I think. Closing.