This change is part of https://reviews.llvm.org/D28907
Add struct InstructionsState that holds information about analysis of vector to be vectorized.
Paths
| Differential D37212
[SLPVectorizer] Add struct InstructionsState, NFC ClosedPublic Authored by dtemirbulatov on Aug 28 2017, 6:23 AM.
Details Summary This change is part of https://reviews.llvm.org/D28907 Add struct InstructionsState that holds information about analysis of vector to be vectorized.
Diff Detail
Event TimelineComment Actions You'd be better off if you reduced this patch to just the introduction of a minimal InstructionsState struct - there is far too much going on in this patch This revision is now accepted and ready to land.Sep 8 2017, 4:09 AM Closed by commit rL312802: [SLPVectorizer] Add struct InstructionsState that holds information about… (authored by dinar). · Explain WhySep 8 2017, 10:09 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 114385 llvm/trunk/lib/Transforms/Vectorize/SLPVectorizer.cpp
|