[Mlir-commits] [mlir] [acc] add RegionBranchOpInterface to acc.loop (PR #172940)

Susan Tan ス-ザン タン llvmlistbot at llvm.org
Fri Dec 19 08:40:23 PST 2025


================
@@ -444,6 +444,12 @@ void HostDataOp::getSuccessorRegions(
                                     regions);
 }
 
+void LoopOp::getSuccessorRegions(RegionBranchPoint point,
+                                 SmallVectorImpl<RegionSuccessor> &regions) {
+  getSingleRegionOpSuccessorRegions(getOperation(), getRegion(), point,
----------------
SusanTan wrote:

yes you are right, i'm not implementing it as a loop currently. changing!

https://github.com/llvm/llvm-project/pull/172940


More information about the Mlir-commits mailing list