This change is part of https://reviews.llvm.org/D28907.
Following change let us schedule a bundle with different opcodes in it, for example : [ load, add, add, add ]
Differential D36518
[SLPVectorizer] Schedule bundle with different opcodes. dtemirbulatov on Aug 9 2017, 6:45 AM. Authored by
Details This change is part of https://reviews.llvm.org/D28907. Following change let us schedule a bundle with different opcodes in it, for example : [ load, add, add, add ]
Diff Detail
Event TimelineComment Actions Test cases?
Comment Actions
Well, I could add tests here, but it is a like a main flow of this algorithm and it should be tested already here. Comment Actions Thanks for the new tests - a few minor remarks.
|