[all-commits] [llvm/llvm-project] 4299ff: [flang][NFC] Rename RewriteLoop.cpp to ControlFlow...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Thu Nov 10 06:03:36 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4299ff548e96a4981cda17a80573f4a71816a02a
https://github.com/llvm/llvm-project/commit/4299ff548e96a4981cda17a80573f4a71816a02a
Author: Valentin Clement <clementval at gmail.com>
Date: 2022-11-10 (Thu, 10 Nov 2022)
Changed paths:
M flang/lib/Optimizer/Transforms/CMakeLists.txt
A flang/lib/Optimizer/Transforms/ControlFlowConverter.cpp
R flang/lib/Optimizer/Transforms/RewriteLoop.cpp
Log Message:
-----------
[flang][NFC] Rename RewriteLoop.cpp to ControlFlowConverter.cpp
RewriteLoop.cpp is containing more than just loop conversion. It will
soon contains the fir.select_type conversion as well. This patch
renames the file so it is in line with the pass name.
Reviewed By: jeanPerier
Differential Revision: https://reviews.llvm.org/D137773
More information about the All-commits
mailing list