[PATCH] D92284: [VPlan] Manage induction value creation using VPValues.
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jan 24 08:51:04 PST 2021
fhahn marked 2 inline comments as done.
fhahn added a comment.
In D92284#2508155 <https://reviews.llvm.org/D92284#2508155>, @gilr wrote:
> Should the (final) goal be to move the whole phi-trunc-cast logic from code-gen to vplanning phase?
Yes I think so, I'm hoping we can simplify some of the logic handling inductions a bit by moving things to the planning phase.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92284/new/
https://reviews.llvm.org/D92284
More information about the llvm-commits
mailing list