This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Added the dialect inliner to the SCF dialect
ClosedPublic

Authored by liufengdb on Jun 22 2020, 3:55 PM.

Details

Summary

Currently no restrictions are added to the destination regions.

Diff Detail

Event Timeline

liufengdb created this revision.Jun 22 2020, 3:55 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 22 2020, 3:55 PM
liufengdb updated this revision to Diff 272598.Jun 22 2020, 9:06 PM

Add the terminator op handling

ftynse accepted this revision.Jun 23 2020, 4:48 AM
ftynse added inline comments.
mlir/lib/Dialect/SCF/SCF.cpp
54

Please use camelCase

This revision is now accepted and ready to land.Jun 23 2020, 4:48 AM
Kayjukh retitled this revision from [mlir] Added the dailect inliner to the SCF dialect to [mlir] Added the dialect inliner to the SCF dialect.Jun 23 2020, 5:35 AM

fix the typo

This revision was automatically updated to reflect the committed changes.