This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Remove methods from mlir::OpState that just forward to mlir::Operation.
ClosedPublic

Authored by csigg on Dec 13 2020, 1:07 AM.

Details

Summary

All call sites have been converted in previous changes.

Diff Detail

Event Timeline

csigg created this revision.Dec 13 2020, 1:07 AM
csigg requested review of this revision.Dec 13 2020, 1:07 AM
mehdi_amini accepted this revision.Dec 13 2020, 8:04 AM

Sweet! Good job on this cleanup :)

This revision is now accepted and ready to land.Dec 13 2020, 8:04 AM
csigg updated this revision to Diff 311461.Dec 13 2020, 10:43 AM

Include a few few fixes that I missed.

csigg updated this revision to Diff 311465.Dec 13 2020, 12:13 PM

Changing call sites I missed in FIROps.td.

csigg updated this revision to Diff 311467.Dec 13 2020, 1:00 PM

More flang changes.

csigg updated this revision to Diff 311498.Dec 13 2020, 11:38 PM

Moving the remaining call site changes to a separate revision (D93194).

This revision was landed with ongoing or failed builds.Dec 14 2020, 12:26 PM
This revision was automatically updated to reflect the committed changes.