[PATCH] D118594: [flang][NFC] Remove obsolete Character helper

Valentin Clement via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 31 03:11:15 PST 2022


clementval created this revision.
clementval added reviewers: jeanPerier, kiranchandramohan, awarzynski, PeteSteinfeld, schweitz, svedanayagam, sscalpone.
Herald added subscribers: mehdi_amini, mgorny.
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 removes the obsolete Charachter helper 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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D118594

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118594.404470.patch
Type: text/x-patch
Size: 33817 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220131/ed160c8d/attachment.bin>


More information about the llvm-commits mailing list