This is an archive of the discontinued LLVM Phabricator instance.

[SLP] Refactoring isLegalBroadcastLoad() to use `ElementCount`.
ClosedPublic

Authored by vporpo on Apr 20 2022, 9:18 AM.

Details

Reviewers
dmgreen
ABataev
Summary

Replacing unsigned with ElementCount in the argument of isLegalBroadcastLoad().
This helps reduce the diff of a future SLP patch for AArch64.

Diff Detail