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

Ayal Zaks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 8 10:49:49 PDT 2023


Ayal accepted this revision.
Ayal added a comment.
This revision is now accepted and ready to land.

LGTM!



================
Comment at: llvm/lib/Transforms/Vectorize/LoopVectorize.cpp:1561
   }
 
+  bool requiresScalarEpilogue(VFRange Range) const {
----------------
Worth documenting?


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