[flang-commits] [clang] [flang] [Flang][FIR] Introduce FIRToCoreMLIR pass. (PR #168703)
Ming Yan via flang-commits
flang-commits at lists.llvm.org
Wed Nov 26 23:16:30 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"
----------------
NexMing wrote:
`expand-strided-metadata` may generate `affine.apply` operations, and I need it to lower the affine operations.
https://github.com/llvm/llvm-project/pull/168703
More information about the flang-commits
mailing list