[PATCH] D143787: [X86] Try to use `{v}shufps` instead of `vpermilps` for common float shuffles.

Noah Goldstein via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 12 14:24:07 PST 2023


goldstein.w.n marked 2 inline comments as done.
goldstein.w.n added a comment.

In D143787#4120193 <https://reviews.llvm.org/D143787#4120193>, @RKSimon wrote:

> Please can you split off the patch adding the free domain switch tuning flags? Its been something we've been missing from combineX86ShuffleChain for some time and should be addressed first.

Done, see D143859 <https://reviews.llvm.org/D143859>


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D143787



More information about the llvm-commits mailing list