This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Enable shouldFoldSelectWithIdentityConstant for MVE
ClosedPublic

Authored by dmgreen on Apr 26 2023, 10:05 AM.

Details

Summary

We already have tablegen patterns for a lot of these, but performing the combine earlier in DAG can help in a few extra cases.

Diff Detail

Event Timeline

dmgreen created this revision.Apr 26 2023, 10:05 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 26 2023, 10:05 AM
dmgreen requested review of this revision.Apr 26 2023, 10:05 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 26 2023, 10:05 AM
samtebbs accepted this revision.Apr 27 2023, 2:02 AM

Nice one.

This revision is now accepted and ready to land.Apr 27 2023, 2:02 AM
This revision was landed with ongoing or failed builds.Apr 28 2023, 6:58 AM
This revision was automatically updated to reflect the committed changes.