[PATCH] D57156: [x86] narrow a shuffle that doesn't use or set any high elements

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 24 08:09:09 PST 2019


spatel planned changes to this revision.
spatel added a comment.

Simon mentioned offline that we have "lowerVectorShuffleWithUndefHalf()", which I managed to not find. 
It seems like we could reuse at least part of that during combining rather than lowering and get this effect.


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

https://reviews.llvm.org/D57156





More information about the llvm-commits mailing list