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

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


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

Rebase langref change


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


More information about the llvm-commits mailing list