[flang-commits] [flang] [flang][fir] Add FIR structured control flow ops to SCF dialect pass. (PR #140374)

via flang-commits flang-commits at lists.llvm.org
Mon May 19 20:39:13 PDT 2025


NexMing wrote:

> Can you elaborate on "future work will focus on gradually improving this conversion pass"? What ops will you be converting and where/when will it live in the pipeline? What's the intended use for this conversion upstream?

There is some discussion here https://discourse.llvm.org/t/rfc-add-fir-affine-optimization-fir-pass-pipeline/86190/5
My envisioned final pipeline is: FIR → standard MLIR (do optimization. ,like SCF->Affine )→ LLVM, and working to implement it.

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


More information about the flang-commits mailing list