This is an archive of the discontinued LLVM Phabricator instance.

[SLP] Cleanup: Remove `tryToVectorizePair()`, most probably NFC
ClosedPublic

Authored by vporpo on May 19 2023, 3:44 PM.

Details

Summary

tryToVectorizePair() adds a level of indirection over tryToVectorizeList().
I am not really sure why it is needed, it looks redundant.

I replaced all calls to tryToVectorizePair() with calls to
tryToVectorizeList() and I am not seeing any failures.

Diff Detail

Event Timeline

vporpo created this revision.May 19 2023, 3:44 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 19 2023, 3:44 PM
Herald added a subscriber: hiraditya. · View Herald Transcript
vporpo requested review of this revision.May 19 2023, 3:44 PM
This revision is now accepted and ready to land.May 19 2023, 4:24 PM