[llvm] [VPlan] Implement interleaving as VPlan-to-VPlan transform. (PR #95842)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 5 09:05:03 PDT 2024
================
@@ -572,8 +572,7 @@ VPBasicBlock *VPBasicBlock::splitAt(iterator SplitAt) {
return SplitBlock;
}
-VPRegionBlock *VPBasicBlock::getEnclosingLoopRegion() {
- VPRegionBlock *P = getParent();
+template <typename T> static T *getEnclosingLoopRegionImpl(T *P) {
----------------
fhahn wrote:
Done thanks!
https://github.com/llvm/llvm-project/pull/95842
More information about the llvm-commits
mailing list