[Openmp-commits] [PATCH] D71404: [libomptarget][nfc] Introduce atomic wrapper function

Jon Chesterfield via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Dec 17 18:27:04 PST 2019


JonChesterfield updated this revision to Diff 234439.
JonChesterfield added a comment.
Herald added subscribers: llvm-commits, dexonsmith, mgrang, jvesely.
Herald added a project: LLVM.

- Change to template implementation


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D71404/new/

https://reviews.llvm.org/D71404

Files:
  llvm/include/llvm/ADT/iterator.h
  llvm/test/TableGen/GICombinerEmitter/match-invalid.td
  llvm/test/TableGen/GICombinerEmitter/parse-match-pattern.td
  llvm/utils/TableGen/GICombinerEmitter.cpp
  llvm/utils/TableGen/GlobalISel/CMakeLists.txt
  llvm/utils/TableGen/GlobalISel/GIMatchDag.cpp
  llvm/utils/TableGen/GlobalISel/GIMatchDag.h
  llvm/utils/TableGen/GlobalISel/GIMatchDagEdge.cpp
  llvm/utils/TableGen/GlobalISel/GIMatchDagEdge.h
  llvm/utils/TableGen/GlobalISel/GIMatchDagInstr.cpp
  llvm/utils/TableGen/GlobalISel/GIMatchDagInstr.h
  llvm/utils/TableGen/GlobalISel/GIMatchDagOperands.cpp
  llvm/utils/TableGen/GlobalISel/GIMatchDagOperands.h
  llvm/utils/TableGen/GlobalISel/GIMatchDagPredicate.cpp
  llvm/utils/TableGen/GlobalISel/GIMatchDagPredicate.h
  llvm/utils/TableGen/GlobalISel/GIMatchDagPredicateDependencyEdge.cpp
  llvm/utils/TableGen/GlobalISel/GIMatchDagPredicateDependencyEdge.h
  llvm/utils/gn/secondary/llvm/utils/TableGen/GlobalISel/BUILD.gn
  openmp/libomptarget/deviceRTLs/amdgcn/CMakeLists.txt
  openmp/libomptarget/deviceRTLs/common/omptargeti.h
  openmp/libomptarget/deviceRTLs/common/src/libcall.cu
  openmp/libomptarget/deviceRTLs/common/src/loop.cu
  openmp/libomptarget/deviceRTLs/common/src/reduction.cu
  openmp/libomptarget/deviceRTLs/common/state-queuei.h
  openmp/libomptarget/deviceRTLs/common/target_atomic.h
  openmp/libomptarget/deviceRTLs/nvptx/src/target_impl.cu

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71404.234439.patch
Type: text/x-patch
Size: 84172 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20191218/5b40011e/attachment-0001.bin>


More information about the Openmp-commits mailing list