[PATCH] D76623: [VectorCombine] try to form a better extractelement

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 26 12:29:30 PDT 2020


lebedev.ri added a comment.

While this looks good in principle, i'm starting to have second thoughts about the general design here..

Since this doesn't affect the calculated cost, i wonder if it would be better to go more generic,
and instead implement some kind of lane reordering?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D76623/new/

https://reviews.llvm.org/D76623





More information about the llvm-commits mailing list