[flang-commits] [flang] [Flang][HLFIR][OpenMP] Fix offloading tests broken by HLFIR (PR #69457)
    Kiran Chandramohan via flang-commits 
    flang-commits at lists.llvm.org
       
    Thu Oct 19 02:58:26 PDT 2023
    
    
  
================
@@ -99,6 +100,18 @@ class OMPEarlyOutliningPass
       return;
     }
 
+    if (auto declareOp = mlir::dyn_cast_if_present<hlfir::DeclareOp>(
----------------
kiranchandramohan wrote:
Nit: Add a comment for this block of code.
https://github.com/llvm/llvm-project/pull/69457
    
    
More information about the flang-commits
mailing list