[llvm] [VPlan] Implement interleaving as VPlan-to-VPlan transform. (PR #95842)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 19 04:53:50 PDT 2024
================
@@ -1451,6 +1465,11 @@ void VPlanIngredient::print(raw_ostream &O) const {
#endif
+bool VPValue::isDefinedOutsideVectorRegions() const {
----------------
fhahn wrote:
Clarified in 256100489de2d01d21ddd9720aad3993a83864c2, thanks!
https://github.com/llvm/llvm-project/pull/95842
More information about the llvm-commits
mailing list