This is an archive of the discontinued LLVM Phabricator instance.

[NFC] Test case intended to cover SLP cost for chain with masked gather loads.
ClosedPublic

Authored by vdmitrie on Dec 30 2022, 11:46 AM.

Details

Summary

SLP produces two gather loads (one feeds another). For the first set of scalar loads GEP indices are all constant.
The result of the second load is then fed into reduction (as a seed).

Diff Detail

Event Timeline

vdmitrie created this revision.Dec 30 2022, 11:46 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 30 2022, 11:46 AM
Herald added a subscriber: vporpo. · View Herald Transcript
vdmitrie requested review of this revision.Dec 30 2022, 11:46 AM
This revision is now accepted and ready to land.Dec 30 2022, 11:47 AM
This revision was landed with ongoing or failed builds.Dec 30 2022, 12:32 PM
This revision was automatically updated to reflect the committed changes.