[PATCH] D118462: [flang][NFC] Remove obsolete ComplexExpr helper
Valentin Clement via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 28 05:53:10 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.
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.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D118462
Files:
flang/include/flang/Lower/ComplexExpr.h
flang/lib/Lower/CMakeLists.txt
flang/lib/Lower/ComplexExpr.cpp
flang/lib/Lower/IO.cpp
flang/lib/Lower/IntrinsicCall.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118462.403987.patch
Type: text/x-patch
Size: 10105 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220128/688718e7/attachment.bin>
More information about the llvm-commits
mailing list