This is an archive of the discontinued LLVM Phabricator instance.

[mlir][SCF] Replace use of FuncOp with FunctionOpInterface
ClosedPublic

Authored by rriddle on Mar 8 2022, 12:49 AM.

Details

Summary

There is nothing specific to FuncOp about the check, it can be changed
to be interface based.

Diff Detail

Event Timeline

rriddle created this revision.Mar 8 2022, 12:49 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 8 2022, 12:49 AM
rriddle requested review of this revision.Mar 8 2022, 12:49 AM
rriddle updated this revision to Diff 413845.Mar 8 2022, 9:40 AM
rriddle edited the summary of this revision. (Show Details)
This revision was not accepted when it landed; it landed in state Needs Review.Mar 8 2022, 12:29 PM
This revision was automatically updated to reflect the committed changes.