This is an archive of the discontinued LLVM Phabricator instance.

[SVE] Restrict cmp+and->pred_cmp isel to instances where the and is the sole user of the compare.
ClosedPublic

Authored by paulwalker-arm on Mar 9 2023, 5:00 PM.

Details

Summary

Without the single use restriction we may replace the and with a
more costly duplicated compare.

Diff Detail

Event Timeline

paulwalker-arm created this revision.Mar 9 2023, 5:00 PM
Herald added a project: Restricted Project. · View Herald Transcript
paulwalker-arm requested review of this revision.Mar 9 2023, 5:00 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 9 2023, 5:00 PM
This revision is now accepted and ready to land.Mar 10 2023, 5:17 AM
This revision was landed with ongoing or failed builds.Mar 13 2023, 5:44 AM
This revision was automatically updated to reflect the committed changes.