This is an archive of the discontinued LLVM Phabricator instance.

[SLPVectorizer] Introducing getTreeEntry() [NFC]
ClosedPublic

Authored by dtemirbulatov on Jun 28 2017, 8:20 AM.

Diff Detail

Event Timeline

dtemirbulatov created this revision.Jun 28 2017, 8:20 AM
mkuper added inline comments.Jun 28 2017, 10:58 AM
lib/Transforms/Vectorize/SLPVectorizer.cpp
524

Where do we need the non-const version?

RKSimon added inline comments.Jun 28 2017, 11:07 AM
lib/Transforms/Vectorize/SLPVectorizer.cpp
524

BoUpSLP::buildTree I think

mkuper accepted this revision.Jun 28 2017, 11:32 AM
mkuper added inline comments.
lib/Transforms/Vectorize/SLPVectorizer.cpp
524

Ah, ok, makes sense.

This revision is now accepted and ready to land.Jun 28 2017, 11:32 AM
This revision was automatically updated to reflect the committed changes.