This is an archive of the discontinued LLVM Phabricator instance.

[DO NOT COMMIT][mlir] modernizer for ODS OpBuilder syntax
AbandonedPublic

Authored by ftynse on Oct 15 2020, 8:00 AM.

Details

Reviewers
None
Summary

This is a temporary tool to update the syntax of OpBuilder in ODS so that it
uses the dag-based version. It is based on a relatively simple parser and
formatter, which may require minor manual corrections.

Usage: mlir-tblgen-modernize filename.td

Diff Detail