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

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 13 13:10:41 PST 2018


arsenm updated this revision to Diff 173923.
arsenm edited the summary of this revision.
arsenm added a comment.

Add fsub


https://reviews.llvm.org/D53965

Files:
  docs/LangRef.rst
  include/llvm/Bitcode/LLVMBitCodes.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
  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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53965.173923.patch
Type: text/x-patch
Size: 10198 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181113/6e3d4e1b/attachment.bin>


More information about the llvm-commits mailing list