[PATCH] D105601: opencl-c.h: reorder atomic operations

2021-07-14 Thread Dave Airlie via Phabricator via cfe-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rG090f007e3481: [OpenCL][NFC] opencl-c.h: reorder atomic operations (authored by airlied). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST A

[PATCH] D105601: opencl-c.h: reorder atomic operations

2021-07-12 Thread Anastasia Stulova via Phabricator via cfe-commits
Anastasia added subscribers: azabaznov, svenvh. Anastasia added a comment. CC to @svenvh and @azabaznov. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D105601/new/ https://reviews.llvm.org/D105601 ___ cfe

[PATCH] D105601: opencl-c.h: reorder atomic operations

2021-07-12 Thread Anastasia Stulova via Phabricator via cfe-commits
Anastasia accepted this revision. Anastasia added a comment. This revision is now accepted and ready to land. LGTM! Thanks Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D105601/new/ https://reviews.llvm.org/D105601 _

[PATCH] D105601: opencl-c.h: reorder atomic operations

2021-07-07 Thread Dave Airlie via Phabricator via cfe-commits
airlied created this revision. airlied added a project: clang. Herald added subscribers: ldrumm, jfb, Anastasia, yaxunl. airlied requested review of this revision. Herald added a subscriber: cfe-commits. This just reorders the atomics, it doesn't change anything except their layout in the header.