[PATCH] D77636: [LV] Assert no DbgInfoIntrinsic calls are passed to widening (NFC).
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 9 03:46:00 PDT 2020
fhahn marked an inline comment as done.
fhahn added inline comments.
================
Comment at: llvm/lib/Transforms/Vectorize/LoopVectorize.cpp:7238
// Introduce each ingredient into VPlan.
for (Instruction &I : BB->instructionsWithoutDebug()) {
----------------
Ayal wrote:
> Perhaps worth moving here the TODO comment about handling debug intrinsics / representing them in VPlan.
Excellent suggestion, thanks! I've added a TODO here in the commit.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77636/new/
https://reviews.llvm.org/D77636
More information about the llvm-commits
mailing list