[all-commits] [llvm/llvm-project] 090f00: [OpenCL][NFC] opencl-c.h: reorder atomic operations

Dave Airlie via All-commits all-commits at lists.llvm.org
Wed Jul 14 17:49:47 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 090f007e3481863430e4443765769e73f8f40e5f
      https://github.com/llvm/llvm-project/commit/090f007e3481863430e4443765769e73f8f40e5f
  Author: Dave Airlie <airlied at redhat.com>
  Date:   2021-07-15 (Thu, 15 Jul 2021)

  Changed paths:
    M clang/lib/Headers/opencl-c.h

  Log Message:
  -----------
  [OpenCL][NFC] opencl-c.h: reorder atomic operations

This just reorders the atomics, it doesn't change anything except their layout in the header.

This is a prep patch for adding some conditionals around these for CL3.0 but that patch is much easier to review if all the atomic operations are grouped together like this.

Reviewed By: Anastasia

Differential Revision: https://reviews.llvm.org/D105601




More information about the All-commits mailing list