[PATCH] D124728: Allow pointer types for atomicrmw xchg

James Y Knight via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 25 09:24:25 PDT 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG18e6b8234a0d: Allow pointer types for atomicrmw xchg (authored by tkf, committed by jyknight).

Changed prior to commit:
  https://reviews.llvm.org/D124728?vs=432017&id=432022#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124728

Files:
  llvm/docs/LangRef.rst
  llvm/include/llvm/CodeGen/TargetLowering.h
  llvm/lib/AsmParser/LLParser.cpp
  llvm/lib/CodeGen/AtomicExpandPass.cpp
  llvm/lib/IR/Verifier.cpp
  llvm/test/Assembler/invalid-atomicrmw-xchg-must-be-integer-or-fp-type.ll
  llvm/test/Bitcode/compatibility.ll
  llvm/test/CodeGen/AMDGPU/flat_atomics_i64.ll
  llvm/test/CodeGen/AMDGPU/global_atomics_i64.ll
  llvm/test/CodeGen/AMDGPU/local-atomics64.ll
  llvm/test/CodeGen/X86/atomic64.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124728.432022.patch
Type: text/x-patch
Size: 9428 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220525/17937767/attachment.bin>


More information about the llvm-commits mailing list