This is an archive of the discontinued LLVM Phabricator instance.

[mlir][NFC] Remove Function.h and Module.h in favor of BuiltinOps.h
ClosedPublic

Authored by rriddle on Dec 3 2020, 5:21 PM.

Details

Summary

The definitions of ModuleOp and FuncOp are now within BuiltinOps.h, making the individual files obsolete.

Diff Detail

Event Timeline

rriddle created this revision.Dec 3 2020, 5:21 PM
rriddle requested review of this revision.Dec 3 2020, 5:21 PM
jpienaar accepted this revision.Dec 3 2020, 5:26 PM
This revision is now accepted and ready to land.Dec 3 2020, 5:26 PM
mehdi_amini accepted this revision.Dec 3 2020, 5:28 PM
This revision was landed with ongoing or failed builds.Dec 3 2020, 6:02 PM
This revision was automatically updated to reflect the committed changes.