[PATCH] D23410: [SLP] Initialize VectorizedValue when gathering

Matthew Simpson via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 16 14:45:05 PDT 2016


mssimpso added a comment.

Thanks, Michael.

It looks like we used to number the instructions in the block, and then use the numbering for this purpose. There was even a "getLastInstruction(ArrayRef<Value *> VL)" but this was all removed in https://reviews.llvm.org/rL214494.

Matt.


https://reviews.llvm.org/D23410





More information about the llvm-commits mailing list