[all-commits] [llvm/llvm-project] 47a66f: [flang][NFC] Remove obsolete DoLoopHelper
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Fri Jan 28 02:30:43 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 47a66f1c5ad5a27f38b667a7d9849eb11c07bbff
https://github.com/llvm/llvm-project/commit/47a66f1c5ad5a27f38b667a7d9849eb11c07bbff
Author: Valentin Clement <clementval at gmail.com>
Date: 2022-01-28 (Fri, 28 Jan 2022)
Changed paths:
R flang/include/flang/Lower/DoLoopHelper.h
M flang/lib/Lower/CMakeLists.txt
M flang/lib/Lower/CharacterExpr.cpp
R flang/lib/Lower/DoLoopHelper.cpp
Log Message:
-----------
[flang][NFC] Remove obsolete DoLoopHelper
During the upstreaming process from fir-dev some
new builder have been introduced in the `flang/Optimizer/Builder`
directory. This patch removes the obsolete DoLoopHelper still present
in the lowering directories and makes use of the new one where needed.
This patch is part of the upstreaming effort from fir-dev branch.
Reviewed By: kiranchandramohan
Differential Revision: https://reviews.llvm.org/D118442
More information about the All-commits
mailing list