[Mlir-commits] [flang] [mlir] [Flang][MLIR] Add `!$omp unroll` and `omp.unroll_heuristic` (PR #144785)
Michael Kruse
llvmlistbot at llvm.org
Wed Jul 2 06:57:33 PDT 2025
================
@@ -15,14 +15,10 @@
#ifndef MLIR_DIALECT_OPENMP_OPENMPCLAUSEOPERANDS_H_
#define MLIR_DIALECT_OPENMP_OPENMPCLAUSEOPERANDS_H_
+#include "mlir/Dialect/OpenMP/OpenMPOpsAttributes.h"
----------------
Meinersbur wrote:
@tblah Extracted into its own PR: #146684
https://github.com/llvm/llvm-project/pull/144785
More information about the Mlir-commits
mailing list