This is an archive of the discontinued LLVM Phabricator instance.

[mlir][bufferize][NFC] Rewrite op filter logic
ClosedPublic

Authored by springerm on Apr 22 2022, 7:56 AM.

Details

Summary

The hasFilter field is not needed. Instead, the filter accepts ops by default if no ALLOW rule was specified.

Diff Detail

Event Timeline

springerm created this revision.Apr 22 2022, 7:56 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 22 2022, 7:56 AM
springerm requested review of this revision.Apr 22 2022, 7:56 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 22 2022, 7:56 AM
pifon2a accepted this revision.Apr 22 2022, 8:11 AM
This revision is now accepted and ready to land.Apr 22 2022, 8:11 AM
This revision was automatically updated to reflect the committed changes.