[PATCH] D123038: [NVPTX] 64-bit atom.{and,or,xor,min,max} require sm_32 or higher

Andrew Savonichev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 4 08:34:44 PDT 2022


asavonic created this revision.
asavonic added reviewers: tra, jholewinski.
Herald added a subscriber: hiraditya.
Herald added a project: All.
asavonic requested review of this revision.
Herald added subscribers: llvm-commits, jdoerfert.
Herald added a project: LLVM.

PTX ISA spec, s9.7.12.4. Parallel Synchronization and Communication Instructions: atom

Target ISA Notes
64-bit atom.{and,or,xor,min,max} require sm_32 or higher.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D123038

Files:
  llvm/lib/Target/NVPTX/NVPTXInstrInfo.td
  llvm/lib/Target/NVPTX/NVPTXIntrinsics.td
  llvm/test/CodeGen/NVPTX/atomics.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123038.420171.patch
Type: text/x-patch
Size: 7736 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220404/16d12efb/attachment.bin>


More information about the llvm-commits mailing list