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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D108572
[mlir][NFC] Add inlineRegion overloads that take a block iterator insert position ClosedPublic Authored by rriddle on Aug 23 2021, 12:29 PM.
Details Summary 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.
Diff Detail
Event TimelineHerald added subscribers: wrengr, Chia-hungDuan, dcaballe and 18 others. · View Herald TranscriptAug 23 2021, 12:29 PM This revision is now accepted and ready to land.Aug 23 2021, 12:31 PM This revision was landed with ongoing or failed builds.Aug 23 2021, 12:55 PM Closed by commit rGda12d88b1c5f: [mlir][NFC] Add inlineRegion overloads that take a block iterator insert… (authored by rriddle). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 368185 mlir/include/mlir/Transforms/InliningUtils.h
mlir/lib/Transforms/Utils/InliningUtils.cpp
|