[flang-commits] [flang] [NFC][mlir][OpenMP] Remove mentions of `target` from generic `loop` rewrite (PR #124528)
Sergio Afonso via flang-commits
flang-commits at lists.llvm.org
Mon Jan 27 04:20:12 PST 2025
================
@@ -55,10 +51,10 @@ class GenericLoopConversionPattern
case GenericLoopCombinedInfo::Standalone:
rewriteStandaloneLoop(loopOp, rewriter);
break;
- case GenericLoopCombinedInfo::TargetParallelLoop:
+ case GenericLoopCombinedInfo::ParallelLoop:
llvm_unreachable("not yet implemented: `parallel loop` direcitve");
----------------
skatrak wrote:
```suggestion
llvm_unreachable("not yet implemented: Combined `parallel loop` directive");
```
https://github.com/llvm/llvm-project/pull/124528
More information about the flang-commits
mailing list