[PATCH] D52416: Allow FP types for atomicrmw xchg

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 31 12:10:49 PDT 2018


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

Fix bad patch split


https://reviews.llvm.org/D52416

Files:
  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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52416.171990.patch
Type: text/x-patch
Size: 49846 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181031/a5ff6f03/attachment.bin>


More information about the llvm-commits mailing list