[PATCH] D26555: [LV] Keep predicated instructions in the same block

Matthew Simpson via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 16 05:34:24 PST 2016


mssimpso added a comment.

Ah, you're right, Gil. Thanks very much for pointing this out. It seems this work will not be as straightforward as I thought, since there will be times when splitting the original block is unavoidable. I think it probably makes sense to table this patch for the moment and perhaps come back to it after the scalarization work. I'll finish addressing all the comments over at https://reviews.llvm.org/D26083. Thanks!


https://reviews.llvm.org/D26555





More information about the llvm-commits mailing list