[Mlir-commits] [flang] [mlir] [flang][OpenMP] Delayed privatization for variables with `equivalence` association (PR #100531)

Kareem Ergawy llvmlistbot at llvm.org
Mon Jul 29 22:12:04 PDT 2024


================
@@ -2505,7 +2505,11 @@ LogicalResult PrivateClauseOp::verify() {
              << "Did not expect any values to be yielded.";
     }
 
-    if (yieldedTypes.size() == 1 && yieldedTypes.front() == symType)
+    // TODO How can we check that 2 types are compatible without leaking
----------------
ergawy wrote:

Done! Thanks for the suggestion.

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


More information about the Mlir-commits mailing list