[PATCH] D124728: Allow pointer types for atomicrmw xchg
Takafumi Arakaki via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 3 02:35:23 PDT 2022
tkf updated this revision to Diff 426616.
tkf added a comment.
Use datalayout for detecting pointer size
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124728/new/
https://reviews.llvm.org/D124728
Files:
llvm/docs/LangRef.rst
llvm/lib/AsmParser/LLParser.cpp
llvm/lib/CodeGen/AtomicExpandPass.cpp
llvm/lib/IR/Verifier.cpp
llvm/test/Assembler/invalid-atomicrmw-xchg-must-be-integer-fp-or-pointer-type.ll
llvm/test/Assembler/invalid-atomicrmw-xchg-must-be-integer-or-fp-type.ll
llvm/test/Bitcode/compatibility.ll
llvm/test/CodeGen/AArch64/atomicrmw-xchg-pointer.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
llvm/test/Transforms/AtomicExpand/AArch64/expand-atomicrmw-xchg-pointer.ll
llvm/test/Transforms/AtomicExpand/X86/expand-atomic-xchg-pointer.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124728.426616.patch
Type: text/x-patch
Size: 15421 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220503/df0edf7c/attachment-0001.bin>
More information about the llvm-commits
mailing list