[PATCH] D118442: [flang] Remove obsolete DoLoopHelper

Valentin Clement via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 28 01:37:54 PST 2022


clementval created this revision.
clementval added reviewers: jeanPerier, kiranchandramohan, awarzynski, PeteSteinfeld, schweitz, svedanayagam.
Herald added subscribers: mehdi_amini, mgorny.
Herald added a reviewer: sscalpone.
Herald added a project: Flang.
clementval requested review of this revision.
Herald added subscribers: llvm-commits, jdoerfert.
Herald added a project: LLVM.

During the upstreaming process from fir-dev some
new builder have been introduced in the flang/Optimizer/Builder
directory. This patch remove the obsolete DoLoopHelper still present
in the lowering directries and make use of the new one where needed.

This patch is part of the upstreaming effort from fir-dev branch.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D118442

Files:
  flang/include/flang/Lower/DoLoopHelper.h
  flang/lib/Lower/CMakeLists.txt
  flang/lib/Lower/CharacterExpr.cpp
  flang/lib/Lower/DoLoopHelper.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118442.403926.patch
Type: text/x-patch
Size: 6018 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220128/7b1363ce/attachment.bin>


More information about the llvm-commits mailing list