[all-commits] [llvm/llvm-project] b62e59: [flang][NFC] Remove obsolete IntrinsicCall helper
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Fri Jan 28 13:38:09 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b62e5928e452c7f0fd8c5885d15fd9eededce3d2
https://github.com/llvm/llvm-project/commit/b62e5928e452c7f0fd8c5885d15fd9eededce3d2
Author: Valentin Clement <clementval at gmail.com>
Date: 2022-01-28 (Fri, 28 Jan 2022)
Changed paths:
R flang/include/flang/Lower/IntrinsicCall.h
M flang/lib/Lower/CMakeLists.txt
M flang/lib/Lower/CharacterExpr.cpp
R flang/lib/Lower/IntrinsicCall.cpp
Log Message:
-----------
[flang][NFC] Remove obsolete IntrinsicCall helper
Remove obsolete code that has moved to the
`flang/Optimizer/Builder/Intrinsic` directory.
`genMin` is inlined in the code since it's not available
in the builder.
Reviewed By: kiranchandramohan, schweitz
Differential Revision: https://reviews.llvm.org/D118465
More information about the All-commits
mailing list