[PATCH] D124728: Allow pointer types for atomicrmw xchg
Takafumi Arakaki via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 20 01:47:14 PDT 2022
tkf updated this revision to Diff 430906.
tkf added a comment.
Rollback to the version with unconditional casting to integer, as discussed in https://reviews.llvm.org/D124728#inline-1208265
Remove unneeded check of pointer type, as pointed out by https://reviews.llvm.org/D124728#inline-1208221
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.430906.patch
Type: text/x-patch
Size: 15318 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220520/d8a5d3a8/attachment.bin>
More information about the llvm-commits
mailing list