[flang-commits] [clang] [flang] [Flang][FIR] Introduce FIRToCoreMLIR pass. (PR #168703)

Valentin Clement バレンタイン クレメン via flang-commits flang-commits at lists.llvm.org
Wed Nov 26 10:15:52 PST 2025


================
@@ -18,10 +18,13 @@
 #include "flang/Optimizer/Passes/CommandLineOpts.h"
 #include "flang/Optimizer/Transforms/Passes.h"
 #include "flang/Tools/CrossToolHelpers.h"
+#include "mlir/Conversion/AffineToStandard/AffineToStandard.h"
----------------
clementval wrote:

Is that necessary? Are you doing any affine transformation? 

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


More information about the flang-commits mailing list