[PATCH] D111363: [VectorCombine] Scalarize vector GEP if that isn't more costly

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 8 10:52:53 PDT 2021


craig.topper added a comment.

Did you consider teaching ScalarizeMaskedMemIntrinsic to special case GEPs? Then you wouldn't need to schedule another run of VectorCombine?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D111363



More information about the llvm-commits mailing list