[PATCH] D112718: Add intrinsics and builtins for PTX atomics with semantic orders

Tadej Ciglarič via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 3 05:26:06 PST 2022


t4c1 updated this revision to Diff 397047.
t4c1 added a comment.

Updated to the latest version that was merged into intel/llvm repo.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D112718

Files:
  clang/include/clang/Basic/BuiltinsNVPTX.def
  clang/lib/CodeGen/CGBuiltin.cpp
  clang/test/CodeGen/builtins-nvptx.c
  llvm/include/llvm/IR/IntrinsicsNVVM.td
  llvm/lib/Target/NVPTX/NVPTXInstrInfo.td
  llvm/lib/Target/NVPTX/NVPTXIntrinsics.td
  llvm/lib/Target/NVPTX/NVPTXSubtarget.h
  llvm/test/CodeGen/NVPTX/atomics-with-semantics.ll



More information about the llvm-commits mailing list