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

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 31 18:36:43 PDT 2018


arsenm created this revision.
arsenm added reviewers: jfb, reames.
Herald added a subscriber: wdng.

Add just fadd for now.


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/Bitcode/compatibility.ll

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


More information about the llvm-commits mailing list