[PATCH] D52416: Allow FP types for atomicrmw xchg

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 29 12:04:02 PST 2018


arsenm updated this revision to Diff 175922.
arsenm added a comment.

Restore langref change


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.175922.patch
Type: text/x-patch
Size: 26807 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181129/973d66f2/attachment.bin>


More information about the llvm-commits mailing list