[all-commits] [llvm/llvm-project] c2ecf1: [mlir][Inliner] Support recursion in Inliner
Javed Absar via All-commits
all-commits at lists.llvm.org
Thu Jun 30 10:53:07 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c2ecf1622479ee95c6fa2c7232fac52300c2368e
https://github.com/llvm/llvm-project/commit/c2ecf1622479ee95c6fa2c7232fac52300c2368e
Author: Javed Absar <javed.absar at gmail.com>
Date: 2022-06-30 (Thu, 30 Jun 2022)
Changed paths:
M mlir/lib/Transforms/Inliner.cpp
A mlir/test/Transforms/inlining-recursive.mlir
Log Message:
-----------
[mlir][Inliner] Support recursion in Inliner
This fixes Bug https://github.com/llvm/llvm-project/issues/53492
and uses InlineHistory to track recursive inlining.
Reviewed By: rriddle
Differential Revision: https://reviews.llvm.org/D127072
More information about the All-commits
mailing list