[PATCH] D96405: [DAGCombiner] Improve reduceBuildVecToShuffle Performance

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 3 01:42:44 PST 2021


lebedev.ri added a comment.

I wonder if we should be checking if the resulting shuffle is legal, i.e. see `buildLegalVectorShuffle()` and it's uses .


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96405



More information about the llvm-commits mailing list