[flang-commits] [flang] [flang][OpenMP] Rewrite standalone `loop` (without `bind`) directives to `simd` (PR #122632)
Kareem Ergawy via flang-commits
flang-commits at lists.llvm.org
Mon Jan 13 06:26:27 PST 2025
================
@@ -30,19 +30,37 @@ class GenericLoopConversionPattern
: public mlir::OpConversionPattern<mlir::omp::LoopOp> {
public:
enum class GenericLoopCombinedInfo {
- None,
+ Standalone,
TargetTeamsLoop,
TargetParallelLoop
----------------
ergawy wrote:
That's a good point, I think it makes sense, would you mind trying to do that in a later PR?
https://github.com/llvm/llvm-project/pull/122632
More information about the flang-commits
mailing list