This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Remove the default isDynamicallyLegal hook
ClosedPublic

Authored by bkramer on Jul 26 2021, 4:42 AM.

Details

Summary

This is redundant with the callback variant and untested. Also remove
the callback-less methods for adding a dynamically legal op, as they
are no longer useful.

Diff Detail

Event Timeline

bkramer created this revision.Jul 26 2021, 4:42 AM
bkramer requested review of this revision.Jul 26 2021, 4:42 AM
rriddle accepted this revision.Jul 26 2021, 11:29 AM

Thanks for the cleanup!

This revision is now accepted and ready to land.Jul 26 2021, 11:29 AM
This revision was automatically updated to reflect the committed changes.