[flang-commits] [flang] [flang][fir]: Add conversion of `fir.iterate_while` to `scf.while`. (PR #152439)
Terapines MLIR via flang-commits
flang-commits at lists.llvm.org
Mon Aug 11 03:51:29 PDT 2025
================
@@ -10,6 +10,7 @@
#include "flang/Optimizer/Transforms/Passes.h"
#include "mlir/Dialect/SCF/IR/SCF.h"
#include "mlir/Transforms/DialectConversion.h"
+#include <mlir/Support/LLVM.h>
----------------
terapines-osc-mlir wrote:
This include is introduced by IDE, got it removed now, thanks :handshake:
https://github.com/llvm/llvm-project/pull/152439
More information about the flang-commits
mailing list