This is an archive of the discontinued LLVM Phabricator instance.

[mlir][OpenMP][NFC] Remove unnecessary attributes
ClosedPublic

Authored by shraiysh on Mar 22 2022, 10:26 PM.

Details

Summary

These attributes were added because of oilist required them earlier. It
no longer requires them and so these attributes can be safely removed
from the operations.

Diff Detail

Event Timeline

shraiysh created this revision.Mar 22 2022, 10:26 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 22 2022, 10:26 PM
shraiysh requested review of this revision.Mar 22 2022, 10:26 PM
This revision is now accepted and ready to land.Mar 23 2022, 3:17 AM
This revision was automatically updated to reflect the committed changes.