[PATCH] D116654: [LV] Use VPReplicateRecipe::isUniform instead isUniformAfterVec (NFCI).
David Sherwood via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 5 05:35:06 PST 2022
david-arm accepted this revision.
david-arm added a comment.
This revision is now accepted and ready to land.
LGTM! I think this looks like a sensible change. I see we also call `isUniformAfterVectorization` in `InnerLoopVectorizer::fixLCSSAPHIs`, but in that case we are using a `VPWidenPHIRecipe`. :( Not sure if that matters and anyway it doesn't hold up this patch.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116654/new/
https://reviews.llvm.org/D116654
More information about the llvm-commits
mailing list