This is an archive of the discontinued LLVM Phabricator instance.

[InstCombine] Allow simplify demanded transformations on scalable vectors
ClosedPublic

Authored by reames on Oct 21 2022, 11:17 AM.

Details

Summary

This depends on D136470 so that we can get element wise results from compute known bits. This change is fairly trivial on its own.

Diff Detail

Unit TestsFailed

Event Timeline

reames created this revision.Oct 21 2022, 11:17 AM
reames requested review of this revision.Oct 21 2022, 11:17 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 21 2022, 11:17 AM
spatel accepted this revision.Oct 31 2022, 1:03 PM

LGTM

This revision is now accepted and ready to land.Oct 31 2022, 1:03 PM
This revision was landed with ongoing or failed builds.Oct 31 2022, 1:39 PM
This revision was automatically updated to reflect the committed changes.