[PATCH] D63364: [x86] split 256-bit vector selects if operands are vector concats

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 14 16:36:06 PDT 2019


lebedev.ri added a comment.

Looks ok.
Is there some costmodel here, or do we always (well, when we see concatenation, we don't seem to introduce it
intentionally) want to do this, in the hope that two smaller ops are always at least as good as one wider op?


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

https://reviews.llvm.org/D63364





More information about the llvm-commits mailing list