[PATCH] D52416: Allow FP types for atomicrmw xchg
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 6 09:55:53 PST 2018
arsenm updated this revision to Diff 177001.
arsenm added a comment.
Add requested comment
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D52416/new/
https://reviews.llvm.org/D52416
Files:
docs/LangRef.rst
lib/AsmParser/LLParser.cpp
lib/CodeGen/AtomicExpandPass.cpp
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
lib/CodeGen/SelectionDAG/LegalizeTypes.h
lib/CodeGen/TargetLoweringBase.cpp
lib/IR/Verifier.cpp
lib/Target/AArch64/AArch64ISelLowering.cpp
test/Assembler/invalid-atomicrmw-xchg-must-be-integer-or-fp-type.ll
test/Bitcode/compatibility.ll
test/CodeGen/AMDGPU/flat_atomics.ll
test/CodeGen/AMDGPU/flat_atomics_i64.ll
test/CodeGen/AMDGPU/global_atomics.ll
test/CodeGen/AMDGPU/global_atomics_i64.ll
test/CodeGen/AMDGPU/local-atomics.ll
test/CodeGen/AMDGPU/local-atomics64.ll
test/CodeGen/X86/atomic128.ll
test/CodeGen/X86/atomic16.ll
test/CodeGen/X86/atomic32.ll
test/CodeGen/X86/atomic64.ll
test/Transforms/AtomicExpand/AArch64/expand-atomicrmw-xchg-fp.ll
test/Transforms/AtomicExpand/AArch64/lit.local.cfg
test/Transforms/AtomicExpand/X86/expand-atomic-xchg-fp.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52416.177001.patch
Type: text/x-patch
Size: 26887 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181206/8e8c2a96/attachment.bin>
More information about the llvm-commits
mailing list