[Mlir-commits] [mlir] [Flang][HLFIR][OpenMP] Fix offloading tests broken by HLFIR (PR #69457)

Sergio Afonso llvmlistbot at llvm.org
Fri Oct 20 04:11:13 PDT 2023


================
@@ -99,6 +100,18 @@ class OMPEarlyOutliningPass
       return;
     }
 
+    if (auto declareOp = mlir::dyn_cast_if_present<hlfir::DeclareOp>(
----------------
skatrak wrote:

Done.

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


More information about the Mlir-commits mailing list