[Mlir-commits] [mlir] [flang][openacc] Support allocatable and pointer array in private recipe (PR #68422)
Slava Zakharin
llvmlistbot at llvm.org
Mon Oct 9 10:47:45 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 Mlir-commits
mailing list