This is an archive of the discontinued LLVM Phabricator instance.

[SLP] Refactor VectorizableTree to use unique_ptr.
ClosedPublic

Authored by vporpo on May 8 2019, 4:23 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

vporpo created this revision.May 8 2019, 4:23 PM
dtemirbulatov requested changes to this revision.May 9 2019, 7:43 PM
This comment was removed by dtemirbulatov.
This revision now requires changes to proceed.May 9 2019, 7:43 PM

looks like "class nodes_iterator" definition at 1856 is not formatted properly.

vporpo updated this revision to Diff 198981.May 9 2019, 10:41 PM

Fixed the formatting issue.

This revision is now accepted and ready to land.May 10 2019, 6:06 AM

Thanks for the review. Please commit the change, I don't have commit access.

This revision was automatically updated to reflect the committed changes.