This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Remove getNumberOfExecutions from RegionBranchOpInterface
ClosedPublic

Authored by ezhulenev on Jan 14 2022, 11:08 AM.

Details

Summary

getNumRegionInvocations was originally added for the async reference counting, but turned out to be not useful, and currently is not used anywhere (couldn't find any uses in public github repos). Removing dead code.

Diff Detail

Event Timeline

ezhulenev created this revision.Jan 14 2022, 11:08 AM
ezhulenev requested review of this revision.Jan 14 2022, 11:08 AM
ezhulenev edited the summary of this revision. (Show Details)Jan 14 2022, 11:11 AM
ezhulenev added reviewers: Mogball, mehdi_amini.
Mogball accepted this revision.Jan 14 2022, 11:13 AM
This revision is now accepted and ready to land.Jan 14 2022, 11:13 AM
mehdi_amini accepted this revision.Jan 14 2022, 1:15 PM

Thanks for the cleanup!

mlir/unittests/Dialect/CMakeLists.txt