[PATCH] D111299: [VPlan] Do not create dummy entry block (NFC).
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 25 01:54:42 PDT 2021
fhahn marked an inline comment as done.
fhahn added inline comments.
================
Comment at: llvm/lib/Transforms/Vectorize/LoopVectorize.cpp:9351
RecipeBuilder.fixHeaderPhis();
// ---------------------------------------------------------------------------
----------------
Ayal wrote:
> Worth asserting that Plan Entry is set after the loop?
> (Original version did this by calling getSingleSuccessor()).
> (Perhaps also assert that this entry is not empty(?)).
Thanks, committed with the suggested assert!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111299/new/
https://reviews.llvm.org/D111299
More information about the llvm-commits
mailing list