This is an archive of the discontinued LLVM Phabricator instance.

[SLP] Rename IsUniformStride to IsUnitStride. NFCI
ClosedPublic

Authored by luke on May 16 2023, 5:19 AM.

Details

Summary

IsUniformStride is only used when the stride is a unit-stride, i.e. in a
plain wide vector load. This tightens the condition and renames it to
isUnitStride. It removes the old unused getUniformStrided() variant, as
isUnitStride should now imply that the stride is known.

Diff Detail

Event Timeline

luke created this revision.May 16 2023, 5:19 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 16 2023, 5:19 AM
luke requested review of this revision.May 16 2023, 5:19 AM
This revision is now accepted and ready to land.May 16 2023, 5:38 AM
This revision was landed with ongoing or failed builds.May 17 2023, 5:21 AM
This revision was automatically updated to reflect the committed changes.