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

Mikael Holmén via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 22 03:48:54 PST 2021


uabelho added a comment.

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>


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