[flang-commits] [flang] [flang][fir] Add rewrite pattern to convert `fir.do_concurrent` to `fir.do_loop` (PR #132207)

Kareem Ergawy via flang-commits flang-commits at lists.llvm.org
Thu Mar 20 06:41:55 PDT 2025


================
@@ -122,6 +124,59 @@ mlir::LogicalResult BoxTotalElementsConversion::matchAndRewrite(
   return mlir::failure();
 }
 
+class DoConcurrentConversion
----------------
ergawy wrote:

Let me know if this is not a good place to add that pattern. Looking at all other passes, this seemed the most fitting and I thought it does not make much sense to have a pass just for that.

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


More information about the flang-commits mailing list