[PATCH] D123911: [VectorCombine] Fold shuffle select pattern

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 5 23:22:53 PDT 2022


dmgreen added a comment.

OK Thanks.

I've tried some examples on a few different architectures, and it seems to either not do anything or produce better code (or at least smaller code). It can be a bit dependant on a precise costmodel though, so let me know if any issues come up.


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

https://reviews.llvm.org/D123911



More information about the llvm-commits mailing list