[flang-commits] [flang] [flang][openacc] Support allocatable and pointer array in private recipe (PR #68422)

Slava Zakharin via flang-commits flang-commits at lists.llvm.org
Mon Oct 9 10:47:46 PDT 2023


================
@@ -435,7 +435,7 @@ static LogicalResult verifyInitLikeSingleArgRegion(
 LogicalResult acc::PrivateRecipeOp::verifyRegions() {
   if (failed(verifyInitLikeSingleArgRegion(*this, getInitRegion(),
                                            "privatization", "init", getType(),
-                                           /*verifyYield=*/true)))
+                                           /*verifyYield=*/false)))
----------------
vzakhari wrote:

Right, it looks like a type interface that can be attached to FIR types might be useful here.  I am okay with having verification disabled for the time being.

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


More information about the flang-commits mailing list