[flang-commits] [flang] [flang] Add the MLIR pass pipelines for dumping (PR #183144)
Tarun Prabhu via flang-commits
flang-commits at lists.llvm.org
Wed Feb 25 09:14:32 PST 2026
================
@@ -0,0 +1,8 @@
+! Verify that --mlir-print-ir-before=<pass> works for registered passes.
+
+! RUN: %flang_fc1 -emit-llvm -mmlir --mlir-print-ir-before=cse -o /dev/null %s 2>&1 | FileCheck %s
----------------
tarunprabhu wrote:
Could we check that -mmlir `-mlir-print-ir-after` also works.
https://github.com/llvm/llvm-project/pull/183144
More information about the flang-commits
mailing list