[all-commits] [llvm/llvm-project] da12d8: [mlir][NFC] Add inlineRegion overloads that take a...
River Riddle via All-commits
all-commits at lists.llvm.org
Mon Aug 23 12:55:51 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: da12d88b1c5fc42b49b92fcf94917ca489dd677f
https://github.com/llvm/llvm-project/commit/da12d88b1c5fc42b49b92fcf94917ca489dd677f
Author: River Riddle <riddleriver at gmail.com>
Date: 2021-08-23 (Mon, 23 Aug 2021)
Changed paths:
M mlir/include/mlir/Transforms/InliningUtils.h
M mlir/lib/Transforms/Utils/InliningUtils.cpp
Log Message:
-----------
[mlir][NFC] Add inlineRegion overloads that take a block iterator insert position
This allows for inlining into an empty block or to the beginning of a block. NFC as the existing implementations now foward to this overload.
Differential Revision: https://reviews.llvm.org/D108572
More information about the All-commits
mailing list