[PATCH] D81013: [InstCombine] move vector select ahead of select-shuffle

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 4 13:51:15 PDT 2020


lebedev.ri added a comment.

That being said, i do not understand how we can end up with non-`-1` widening element,
https://godbolt.org/z/nBhmko <- impossible as per `ShuffleVectorInst::isValidOperands()`.

So i'd like to see a reproducer.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81013





More information about the llvm-commits mailing list