[PATCH] D147471: [VPlan] Don't add live-outs if scalar epilogue is required.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 9 01:19:28 PDT 2023


fhahn marked an inline comment as done.
fhahn added inline comments.


================
Comment at: llvm/lib/Transforms/Vectorize/LoopVectorize.cpp:1561
   }
 
+  bool requiresScalarEpilogue(VFRange Range) const {
----------------
Ayal wrote:
> Worth documenting?
Thanks, I added a comment in the committed version!


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D147471/new/

https://reviews.llvm.org/D147471



More information about the llvm-commits mailing list