This is an archive of the discontinued LLVM Phabricator instance.

[flang] update ODS syntax to use OpBuidlerDAG instead of OpBuilder
ClosedPublic

Authored by ftynse on Oct 27 2020, 5:00 AM.

Details

Summary

Upstream MLIR has deprecated OpBuilder in ODS.

Diff Detail

Event Timeline

ftynse created this revision.Oct 27 2020, 5:00 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 27 2020, 5:00 AM
ftynse requested review of this revision.Oct 27 2020, 5:00 AM
ftynse added a comment.Nov 4 2020, 4:42 AM

Ping.

This updates the code to avoid using a deprecated API that will be removed soon.

PeteSteinfeld added a project: Restricted Project.Nov 4 2020, 9:36 AM
schweitz accepted this revision.Nov 4 2020, 9:47 AM

Looks good. Thanks for doing this.

This revision is now accepted and ready to land.Nov 4 2020, 9:47 AM