This is an archive of the discontinued LLVM Phabricator instance.

[LV] Clean up vectorizeInterleaveGroup (NFCI)
ClosedPublic

Authored by gilr on Apr 12 2020, 10:51 PM.

Details

Summary

Pass from the calling recipe the interleave group itself instead of passing the group's insertion position and having the function query CM for its interleave group and making sure that given instruction is the insertion point of.

Diff Detail

Event Timeline

gilr created this revision.Apr 12 2020, 10:51 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 12 2020, 10:51 PM
fhahn accepted this revision.Apr 13 2020, 1:31 AM

LGTM, thanks

This revision is now accepted and ready to land.Apr 13 2020, 1:31 AM
This revision was automatically updated to reflect the committed changes.