[llvm] [VPlan] Implement interleaving as VPlan-to-VPlan transform. (PR #95842)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 18 13:11:15 PDT 2024
================
@@ -1451,6 +1465,11 @@ void VPlanIngredient::print(raw_ostream &O) const {
#endif
+bool VPValue::isDefinedOutsideVectorRegions() const {
----------------
ayalz wrote:
```suggestion
bool VPValue::isDefinedOutsideLoopRegions() const {
```
https://github.com/llvm/llvm-project/pull/95842
More information about the llvm-commits
mailing list