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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM. Could you also add some info to the commit message on why this became redundant (update operation is handled in a region?)?