[flang-commits] [flang] [flang] Add the MLIR pass pipelines for dumping (PR #183144)
via flang-commits
flang-commits at lists.llvm.org
Wed Feb 25 06:54:44 PST 2026
================
@@ -8,14 +8,25 @@ add_flang_library(flangFrontendTool
LINK_LIBS
flangFrontend
+ FIRCodeGen
+ FIRTransforms
+ HLFIRTransforms
+ FlangOpenMPTransforms
LINK_COMPONENTS
Option
Plugins
Support
MLIR_LIBS
+ MLIRComplexToStandard
+ MLIRLLVMIRTransforms
+ MLIRMathToFuncs
+ MLIRMathToLLVM
MLIRPass
+ MLIRReconcileUnrealizedCasts
+ MLIRSCFToControlFlow
+ MLIRTransforms
----------------
tmjbios wrote:
I added the pass options one or two at a time, so this list kinda grew organically. I'll dig around and see if there is a way to prune this down a bit.
https://github.com/llvm/llvm-project/pull/183144
More information about the flang-commits
mailing list