[flang-commits] [flang] [flang][Multi-Image] Moving Mutli-image lowering to PRIF into the MIF dialect (PR #161179)
via flang-commits
flang-commits at lists.llvm.org
Mon Sep 29 07:34:22 PDT 2025
================
@@ -0,0 +1,148 @@
+// RUN: fir-opt --split-input-file --mif-convert %s | FileCheck %s
----------------
jeanPerier wrote:
Do you really need the `--split-input-file` option here?
I think you can also prune the files a bit the module and attributes are not relevant to the test, I would remove them to avoid people thinking the values in there are important.
You can also remove the Start/End/Main when not relevant to the MLIR pass test.
https://github.com/llvm/llvm-project/pull/161179
More information about the flang-commits
mailing list