[PATCH] D92284: [VPlan] Manage induction value creation using VPValues.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 22 08:14:53 PST 2021


fhahn added a comment.

In D92284#2578584 <https://reviews.llvm.org/D92284#2578584>, @uabelho wrote:

> Hi,
>
> We've seen a crash with this patch.
> Running
>
>   opt -o /dev/null bbi-53235.ll -loop-vectorize
>
> yields
>
>   opt: ../lib/Transforms/Vectorize/VPlan.cpp:198: llvm::Value *llvm::VPTransformState::get(llvm::VPValue *, const llvm::VPIteration &): Assertion `hasVectorValue(Def, Instance.Part)' failed.
>
> F15614032: bbi-53235.ll <https://reviews.llvm.org/F15614032>

Thanks for the heads-up. Should be fixed by c7ee57f1dccf <https://reviews.llvm.org/rGc7ee57f1dccf965aa73ad708937443d649fbb0a7>


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