[PATCH] D105784: [VPlan] Use vector version of GEP if result is used as vector.
David Sherwood via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 12 03:17:40 PDT 2021
david-arm added a comment.
Hi @fhahn, at first glance this change makes sense to me. Do you plan to run with this yourself or are you happy for me to push this solution further? The reason I ask is because we're hoping to get this important fix in as soon as possible for LNT. It looks with your change we may need a few explicit negative tests too to cover some of the logic in `IsUsedAsVector`. I also still have to fix the other remaining cases in D105199 <https://reviews.llvm.org/D105199>.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105784/new/
https://reviews.llvm.org/D105784
More information about the llvm-commits
mailing list