[all-commits] [llvm/llvm-project] 0a494d: [flang][NFC] Remove obsolete Character helper
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Mon Jan 31 09:29:47 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0a494d0623a7ed6042d9f27bb4df81d59af1e935
https://github.com/llvm/llvm-project/commit/0a494d0623a7ed6042d9f27bb4df81d59af1e935
Author: Valentin Clement <clementval at gmail.com>
Date: 2022-01-31 (Mon, 31 Jan 2022)
Changed paths:
R flang/include/flang/Lower/CharacterExpr.h
R flang/include/flang/Lower/CharacterRuntime.h
M flang/lib/Lower/CMakeLists.txt
R flang/lib/Lower/CharacterExpr.cpp
R flang/lib/Lower/CharacterRuntime.cpp
Log Message:
-----------
[flang][NFC] Remove obsolete Character helper
During the upstreaming process from fir-dev some
new builder have been introduced in the `flang/Optimizer/Builder/Character.h`
and `flang/include/Builder/Runtime/Character.h` files.
This patch removes the obsolete Charachter helpers still present
in the lowering directories.
This patch is part of the upstreaming effort from fir-dev branch.
Reviewed By: kiranchandramohan
Differential Revision: https://reviews.llvm.org/D118594
More information about the All-commits
mailing list