This is an archive of the discontinued LLVM Phabricator instance.

[DAG] Enable scalable vector handling in SimplifyDemandedBits
AbandonedPublic

Authored by dmgreen on Jun 30 2022, 8:06 AM.

Details

Summary

Similar to D128159, this lets the SimplifyDemandedBits and SimplifyMultipleUseDemandedBits functions handle scalable vectors, by requiring that all lanes are demanded for the DemandedElts.

Diff Detail