[all-commits] [llvm/llvm-project] 944dca: [flang][NFC] Remove obsolete ComplexExpr helper
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Fri Jan 28 12:02:28 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 944dca758f1c25706b0150ea238f46c8707b95af
https://github.com/llvm/llvm-project/commit/944dca758f1c25706b0150ea238f46c8707b95af
Author: Valentin Clement <clementval at gmail.com>
Date: 2022-01-28 (Fri, 28 Jan 2022)
Changed paths:
R flang/include/flang/Lower/ComplexExpr.h
M flang/lib/Lower/CMakeLists.txt
R flang/lib/Lower/ComplexExpr.cpp
M flang/lib/Lower/IO.cpp
M flang/lib/Lower/IntrinsicCall.cpp
Log Message:
-----------
[flang][NFC] Remove obsolete ComplexExpr helper
Functionality present in `flang/include/flang/Lower/ComplexExpr.h` are
available in `flang/include/flang/Optimizer/Builder/Complex.h`. This patch removes
the obsolete files.
Reviewed By: kiranchandramohan, schweitz
Differential Revision: https://reviews.llvm.org/D118462
More information about the All-commits
mailing list