[PATCH] D83010: [flang] Add inliner pass.
Eric Schweitz via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 1 17:18:27 PDT 2020
schweitz created this revision.
schweitz added reviewers: jeanPerier, sscalpone, vjayathirtha-nv, kiranchandramohan, clementval.
schweitz added a project: Flang.
Herald added subscribers: llvm-commits, eraman, mgorny.
Herald added a reviewer: jdoerfert.
Herald added a reviewer: DavidTruby.
Herald added a project: LLVM.
This adds a minimalist inliner implementation. Along with the inliner, a
minimum number of support files are also included. These will pave the
way for future diffs to add more transformation passes to flang. A
future diff will add the inline test, which cannot be run successfully
quite yet as some components have not yet been upstreamed.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D83010
Files:
flang/include/flang/Optimizer/CMakeLists.txt
flang/include/flang/Optimizer/Transforms/CMakeLists.txt
flang/include/flang/Optimizer/Transforms/Passes.h
flang/include/flang/Optimizer/Transforms/Passes.td
flang/lib/Optimizer/CMakeLists.txt
flang/lib/Optimizer/Transforms/Inliner.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83010.274964.patch
Type: text/x-patch
Size: 6297 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200702/7e93a6e0/attachment.bin>
More information about the llvm-commits
mailing list