[all-commits] [llvm/llvm-project] 953302: [flang][fir] Add FIR structured control flow ops t...
MingYan via All-commits
all-commits at lists.llvm.org
Sat May 24 23:29:09 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 953302eb98569c7c107d1c8b820948466a404cbe
https://github.com/llvm/llvm-project/commit/953302eb98569c7c107d1c8b820948466a404cbe
Author: MingYan <99472920+NexMing at users.noreply.github.com>
Date: 2025-05-25 (Sun, 25 May 2025)
Changed paths:
M flang/include/flang/Optimizer/Support/InitFIR.h
M flang/include/flang/Optimizer/Transforms/Passes.h
M flang/include/flang/Optimizer/Transforms/Passes.td
M flang/lib/Optimizer/Transforms/CMakeLists.txt
A flang/lib/Optimizer/Transforms/FIRToSCF.cpp
A flang/test/Fir/FirToSCF/do-loop.fir
Log Message:
-----------
[flang][fir] Add FIR structured control flow ops to SCF dialect pass. (#140374)
This patch only supports the conversion from `fir.do_loop` to `scf.for`.
This pass is still experimental, and future work will focus on gradually
improving this conversion pass.
Co-authored-by: yanming <ming.yan at terapines.com>
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list