[flang-commits] [flang] [flang][OpenMP] Rewrite standalone `loop` (without `bind`) directives to `simd` (PR #122632)

Sergio Afonso via flang-commits flang-commits at lists.llvm.org
Tue Jan 21 03:06:26 PST 2025


================
@@ -30,19 +30,37 @@ class GenericLoopConversionPattern
     : public mlir::OpConversionPattern<mlir::omp::LoopOp> {
 public:
   enum class GenericLoopCombinedInfo {
-    None,
+    Standalone,
     TargetTeamsLoop,
     TargetParallelLoop
----------------
skatrak wrote:

Sure, this can be done as a follow-up.

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


More information about the flang-commits mailing list