[all-commits] [llvm/llvm-project] 6da728: [flang] Add FIRInlinerInterface
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Thu Feb 10 02:38:50 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6da728ad9945e070c0860cc2841deb148a7d76b4
https://github.com/llvm/llvm-project/commit/6da728ad9945e070c0860cc2841deb148a7d76b4
Author: Valentin Clement <clementval at gmail.com>
Date: 2022-02-10 (Thu, 10 Feb 2022)
Changed paths:
M flang/lib/Optimizer/Dialect/FIRDialect.cpp
A flang/test/Fir/inline.fir
Log Message:
-----------
[flang] Add FIRInlinerInterface
This patch introduces the FIRInlinerInterface.
This class defines the interface for handling inlining of FIR calls.
This patch is part of the upstreaming effort from fir-dev branch.
Reviewed By: schweitz
Differential Revision: https://reviews.llvm.org/D119340
Co-authored-by: Jean Perier <jperier at nvidia.com>
More information about the All-commits
mailing list