[PATCH] D77636: [LV] Assert no DbgInfoIntrinsic calls are passed to widening (NFC).

Ayal Zaks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 8 11:24:13 PDT 2020


Ayal added inline comments.


================
Comment at: llvm/lib/Transforms/Vectorize/LoopVectorize.cpp:7238
 
     // Introduce each ingredient into VPlan.
     for (Instruction &I : BB->instructionsWithoutDebug()) {
----------------
Perhaps worth moving here the TODO comment about handling debug intrinsics / representing them in VPlan.


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