This is an archive of the discontinued LLVM Phabricator instance.

[mlir][OpenMP][NFC] Remove unused binary operator enum
ClosedPublic

Authored by shraiysh on Feb 24 2022, 12:14 AM.

Details

Summary

This patch removes binary operator enum which was introduced with omp.atomic.update. Now the update operation handles update in a region so this is no longer required.

Diff Detail

Event Timeline

shraiysh created this revision.Feb 24 2022, 12:14 AM
shraiysh requested review of this revision.Feb 24 2022, 12:14 AM

LGTM. Could you also add some info to the commit message on why this became redundant (update operation is handled in a region?)?

This revision is now accepted and ready to land.Feb 24 2022, 1:41 AM
shraiysh edited the summary of this revision. (Show Details)Feb 24 2022, 5:30 AM
This revision was automatically updated to reflect the committed changes.