[PATCH] D53965: IR: Add fp operations to atomicrmw

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 6 19:29:01 PST 2018


arsenm updated this revision to Diff 177098.
arsenm added a comment.
Herald added subscribers: jocewei, PkmX, the_o, brucehoult, MartinMosbeck, rogfer01, atanasyan, mgrang, edward-jones, zzheng, niosHD, sabuasal, apazos, simoncook, johnrusso, rbar, asb, javed.absar, sdardis.

Move AtomicExpand change, make targets default to cmpxchg


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D53965/new/

https://reviews.llvm.org/D53965

Files:
  docs/LangRef.rst
  include/llvm/Bitcode/LLVMBitCodes.h
  include/llvm/CodeGen/TargetLowering.h
  include/llvm/IR/Instructions.h
  lib/AsmParser/LLParser.cpp
  lib/Bitcode/Reader/BitcodeReader.cpp
  lib/Bitcode/Writer/BitcodeWriter.cpp
  lib/CodeGen/AtomicExpandPass.cpp
  lib/IR/Instructions.cpp
  lib/IR/Verifier.cpp
  lib/Target/AArch64/AArch64ISelLowering.cpp
  lib/Target/ARM/ARMISelLowering.cpp
  lib/Target/Hexagon/HexagonISelLowering.cpp
  lib/Target/RISCV/RISCVISelLowering.cpp
  test/Assembler/atomic.ll
  test/Assembler/invalid-atomicrmw-fadd-must-be-fp-type.ll
  test/Assembler/invalid-atomicrmw-fsub-must-be-fp-type.ll
  test/Bitcode/compatibility.ll
  test/Transforms/AtomicExpand/AArch64/atomicrmw-fp.ll
  test/Transforms/AtomicExpand/ARM/atomicrmw-fp.ll
  test/Transforms/AtomicExpand/Hexagon/atomicrmw-fp.ll
  test/Transforms/AtomicExpand/Hexagon/lit.local.cfg
  test/Transforms/AtomicExpand/Mips/atomicrmw-fp.ll
  test/Transforms/AtomicExpand/Mips/lit.local.cfg
  test/Transforms/AtomicExpand/RISCV/atomicrmw-fp.ll
  test/Transforms/AtomicExpand/RISCV/lit.local.cfg

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53965.177098.patch
Type: text/x-patch
Size: 32210 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181207/c514148f/attachment.bin>


More information about the llvm-commits mailing list